summaryrefslogtreecommitdiffstats
path: root/src/bind/javabind-private.h
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-03-12 20:05:45 +0000
committerishmal <ishmal@users.sourceforge.net>2008-03-12 20:05:45 +0000
commit47676080bbf948ce70a70d2bfbd4a1b2eb2b4995 (patch)
tree4a2fdc61909d7ff13210ce8f5f03677af2994e62 /src/bind/javabind-private.h
parentSplit getException into method and function, so it can be used in native func... (diff)
downloadinkscape-47676080bbf948ce70a70d2bfbd4a1b2eb2b4995.tar.gz
inkscape-47676080bbf948ce70a70d2bfbd4a1b2eb2b4995.zip
Split getException into method and function, so it can be used in native functions.
(bzr r5070)
Diffstat (limited to 'src/bind/javabind-private.h')
-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);