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-01-25 00:36:23 +0200
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-01-31 17:36:01 -0500
commit5db5c1dca04aab70c6da0d8e51099b4a60336357 (patch)
tree89909c4afa3548e7b41b7fd20a7fe8318285913d /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
parent0fc9a694d7469800fdb4849776d3de00cc1d2797 (diff)
downloadeclipse.platform.swt-5db5c1dca04aab70c6da0d8e51099b4a60336357.tar.gz
eclipse.platform.swt-5db5c1dca04aab70c6da0d8e51099b4a60336357.tar.xz
eclipse.platform.swt-5db5c1dca04aab70c6da0d8e51099b4a60336357.zip
Get rid of gtk_calendar_display_options.
This function has been used only for pre-2.4 GTK, is deprecated for long time and is removed in GTK 3.
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 b7aca3fc8c..511f2aa00b 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
@@ -7702,24 +7702,6 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1clear_1marks)
}
#endif
-#ifndef NO__1gtk_1calendar_1display_1options
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1display_1options)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
-{
- OS_NATIVE_ENTER(env, that, _1gtk_1calendar_1display_1options_FUNC);
-/*
- gtk_calendar_display_options((GtkCalendar *)arg0, (GtkCalendarDisplayOptions)arg1);
-*/
- {
- OS_LOAD_FUNCTION(fp, gtk_calendar_display_options)
- if (fp) {
- ((void (CALLING_CONVENTION*)(GtkCalendar *, GtkCalendarDisplayOptions))fp)((GtkCalendar *)arg0, (GtkCalendarDisplayOptions)arg1);
- }
- }
- OS_NATIVE_EXIT(env, that, _1gtk_1calendar_1display_1options_FUNC);
-}
-#endif
-
#ifndef NO__1gtk_1calendar_1get_1date
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1get_1date)
(JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2, jintArray arg3)