summaryrefslogtreecommitdiff
path: root/np_sdk/mozsrc/jritypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'np_sdk/mozsrc/jritypes.h')
-rw-r--r--np_sdk/mozsrc/jritypes.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/np_sdk/mozsrc/jritypes.h b/np_sdk/mozsrc/jritypes.h
index 0325408d7948..03a7a9dcfe41 100644
--- a/np_sdk/mozsrc/jritypes.h
+++ b/np_sdk/mozsrc/jritypes.h
@@ -88,17 +88,7 @@ typedef enum JRIConstant {
} JRIConstant;
/* convenience types (these must be distinct struct types for c++ overloading): */
-#if 0 /* now in jni.h */
-typedef struct jbooleanArrayStruct* jbooleanArray;
-typedef struct jbyteArrayStruct* jbyteArray;
-typedef struct jcharArrayStruct* jcharArray;
-typedef struct jshortArrayStruct* jshortArray;
-typedef struct jintArrayStruct* jintArray;
-typedef struct jlongArrayStruct* jlongArray;
-typedef struct jfloatArrayStruct* jfloatArray;
-typedef struct jdoubleArrayStruct* jdoubleArray;
-typedef struct jobjectArrayStruct* jobjectArray;
-#endif
+
typedef struct jstringArrayStruct* jstringArray;
typedef struct jarrayArrayStruct* jarrayArray;