summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
diff options
context:
space:
mode:
authorAlexander Kurtakov <akurtako@redhat.com>2012-02-27 17:30:01 +0200
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-02-28 12:39:55 -0500
commitc4cf222e3fe3cc10edd722f83c8c46fcaaa0e328 (patch)
tree2cd36069ff0abdf036ff9b00951afabe9cb0b8c6 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
parentd3c0efa94b11c766b17f4670a7e8438e97a87bdc (diff)
downloadeclipse.platform.swt-c4cf222e3fe3cc10edd722f83c8c46fcaaa0e328.tar.gz
eclipse.platform.swt-c4cf222e3fe3cc10edd722f83c8c46fcaaa0e328.tar.xz
eclipse.platform.swt-c4cf222e3fe3cc10edd722f83c8c46fcaaa0e328.zip
Remove gtk_tooltip_trigger_tooltip_query.
The function is not used anywhere.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
index b40a20bb16..01c8304d17 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
@@ -14251,24 +14251,6 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toolbar_1set_1orientation)
}
#endif
-#ifndef NO__1gtk_1tooltip_1trigger_1tooltip_1query
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltip_1trigger_1tooltip_1query)
- (JNIEnv *env, jclass that, jintLong arg0)
-{
- OS_NATIVE_ENTER(env, that, _1gtk_1tooltip_1trigger_1tooltip_1query_FUNC);
-/*
- gtk_tooltip_trigger_tooltip_query((GdkDisplay*)arg0);
-*/
- {
- OS_LOAD_FUNCTION(fp, gtk_tooltip_trigger_tooltip_query)
- if (fp) {
- ((void (CALLING_CONVENTION*)(GdkDisplay*))fp)((GdkDisplay*)arg0);
- }
- }
- OS_NATIVE_EXIT(env, that, _1gtk_1tooltip_1trigger_1tooltip_1query_FUNC);
-}
-#endif
-
#ifndef NO__1gtk_1tooltips_1data_1get
JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tooltips_1data_1get)
(JNIEnv *env, jclass that, jintLong arg0)