summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/common/library/callback.h
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2004-11-01 20:36:58 +0000
committerSilenio Quarti <silenio>2004-11-01 20:36:58 +0000
commit731a0c6baaf957c6f89d70372cd48f99fc3f53d4 (patch)
tree4cf7afed671515b9285a127336ac919d2c6e3526 /bundles/org.eclipse.swt/Eclipse SWT/common/library/callback.h
parenteeb17ec7f74205d06680375a4876881a171a1602 (diff)
downloadeclipse.platform.swt-731a0c6baaf957c6f89d70372cd48f99fc3f53d4.tar.gz
eclipse.platform.swt-731a0c6baaf957c6f89d70372cd48f99fc3f53d4.tar.xz
eclipse.platform.swt-731a0c6baaf957c6f89d70372cd48f99fc3f53d4.zip
removing 4811 for integration build
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common/library/callback.h')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/library/callback.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/callback.h b/bundles/org.eclipse.swt/Eclipse SWT/common/library/callback.h
index 8839b05117..35de970b38 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/callback.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/callback.h
@@ -40,13 +40,8 @@
#define MAX_ARGS 12
typedef struct CALLBACK_DATA {
- jobject callback;
+ jobject callin;
jmethodID methodID;
- jobject object;
- jboolean isStatic;
- jboolean isArrayBased;
- jint argCount;
- SWT_PTR errorResult;
} CALLBACK_DATA;
#endif /* ifndef INC_callback_H */