summaryrefslogtreecommitdiffstats
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
parentac7f19816892ee9f14130e33da76ad99fe6bf80e (diff)
downloadeclipse.platform.swt-3a761a9f394a52ca924baa887045028857e65032.tar.gz
eclipse.platform.swt-3a761a9f394a52ca924baa887045028857e65032.tar.xz
eclipse.platform.swt-3a761a9f394a52ca924baa887045028857e65032.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/swt.c18
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java1
2 files changed, 0 insertions, 19 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
*/
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
index df30b72e7c..5846064741 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
@@ -1138,7 +1138,6 @@ public static final synchronized native int XmMenuShellWidgetClass ();
public static final synchronized native int XmMessageBoxGetChild (int widget, int child);
public static final synchronized native int XmParseMappingCreate (int [] argList, int argCount);
public static final synchronized native void XmParseMappingFree (int parseMapping);
-public static final synchronized native void XmParseTableFree (int [] parseTable, int mappingCount);
public static final synchronized native boolean XmProcessTraversal (int widget, int dir);
public static final synchronized native int XmRenderTableAddRenditions(int oldTable, int[] renditions, int renditionCount, int mergeMode);
public static final synchronized native void XmRenderTableFree(int renderTable);