summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2002-08-22 20:58:14 +0000
committerSilenio Quarti <silenio>2002-08-22 20:58:14 +0000
commit3a761a9f394a52ca924baa887045028857e65032 (patch)
treef342f1366ee01c76534dedaa2b0dba3778864a0c /bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c
parentac7f19816892ee9f14130e33da76ad99fe6bf80e (diff)
downloadeclipse.platform.swt-3a761a9f394a52ca924baa887045028857e65032.tar.gz
eclipse.platform.swt-3a761a9f394a52ca924baa887045028857e65032.tar.xz
eclipse.platform.swt-3a761a9f394a52ca924baa887045028857e65032.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c
index 366e5a56d4..813ca3ce42 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c
@@ -7517,24 +7517,6 @@ JNIEXPORT void JNICALL Java_org_eclipse_swt_internal_motif_OS_XmParseMappingFree
}
/*
* Class: org_eclipse_swt_internal_motif_OS
- * Method: XmParseTableFree
- * Signature: ([II)V
- */
-JNIEXPORT void JNICALL Java_org_eclipse_swt_internal_motif_OS_XmParseTableFree
- (JNIEnv *env, jclass that, jintArray parseTable, jint mappingCount)
-{
- jint *parseTable1 = NULL;
-#ifdef DEBUG_CALL_PRINTS
- fprintf(stderr, "XmParseTableFree\n");
-#endif
- if (parseTable) {
- parseTable1 = (*env)->GetIntArrayElements(env, parseTable, NULL);
- XmParseTableFree((XmParseTable) parseTable1, mappingCount);
- (*env)->ReleaseIntArrayElements(env, parseTable, parseTable1, 0);
- }
-}
-/*
- * Class: org_eclipse_swt_internal_motif_OS
* Method: XmStringComponentCreate
* Signature: (II[B)I
*/