summaryrefslogtreecommitdiffstats
path: root/src/bind/java
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bind/javabind-private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bind/javabind-private.h b/src/bind/javabind-private.h
index c4dbd5e9a..c919c105d 100644
--- a/src/bind/javabind-private.h
+++ b/src/bind/javabind-private.h
@@ -95,9 +95,6 @@ String normalizePath(const String &str);
String getExceptionString(JNIEnv *env);
-String getException(JNIEnv *env)
- { return getExceptionString(env); }
-
jint getInt(JNIEnv *env, jobject obj, const char *name);
void setInt(JNIEnv *env, jobject obj, const char *name, jint val);