diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-07-23 10:54:01 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-07-23 10:54:01 +0000 |
| commit | eb7b26af09df66f30ba50058e9e4a583028cd81a (patch) | |
| tree | 384f5487c22c5ff04379dae851289d6ebd3167fc /src/bind/javainc/linux | |
| parent | German translation update (diff) | |
| download | inkscape-eb7b26af09df66f30ba50058e9e4a583028cd81a.tar.gz inkscape-eb7b26af09df66f30ba50058e9e4a583028cd81a.zip | |
Remove the disabled script dialog and the nonfunctional Java binding
(bzr r12428)
Diffstat (limited to 'src/bind/javainc/linux')
| -rw-r--r-- | src/bind/javainc/linux/jni_md.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/bind/javainc/linux/jni_md.h b/src/bind/javainc/linux/jni_md.h deleted file mode 100644 index d8c88574a..000000000 --- a/src/bind/javainc/linux/jni_md.h +++ /dev/null @@ -1,26 +0,0 @@ -/** - * This file should be replaced by the "official" jni_md.h - * for linux - */ -#ifndef __JNI_MD_H__ -#define __JNI_MD_H__ - -/** - * Nothing special for these declspecs for Linux. Leave alone. - */ -#define JNIEXPORT -#define JNIIMPORT -#define JNICALL - -typedef signed char jbyte; -typedef int jint; - -/* 64 bit? */ -#ifdef _LP64 -typedef long jlong; -#else -typedef long long jlong; -#endif - - -#endif /* __JNI_MD_H__ */ |
