summaryrefslogtreecommitdiff
path: root/np_sdk/mozsrc/jri_md.h
diff options
context:
space:
mode:
Diffstat (limited to 'np_sdk/mozsrc/jri_md.h')
-rw-r--r--np_sdk/mozsrc/jri_md.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/np_sdk/mozsrc/jri_md.h b/np_sdk/mozsrc/jri_md.h
index d2397c9c52cd..393299f386f5 100644
--- a/np_sdk/mozsrc/jri_md.h
+++ b/np_sdk/mozsrc/jri_md.h
@@ -171,14 +171,6 @@ extern "C" {
/* Java Scalar Types */
-#if 0 /* now in jni.h */
-typedef short jchar;
-typedef short jshort;
-typedef float jfloat;
-typedef double jdouble;
-typedef juint jsize;
-#endif
-
/* moved from jni.h -- Sun's new jni.h doesn't have this anymore */
#ifdef __cplusplus
typedef class _jobject *jref;