Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-12-10 20:23:30 +0000
committerEric Williams2019-12-11 18:22:31 +0000
commitc1c3699c9190461b6b64f6c2672c5befd67c3f0c (patch)
treee0f329ffeeede501e7638d99ddd5a99c8f37cf70 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parent823775bc9bc4982a48eb57242ce078c55550c85a (diff)
downloadeclipse.platform.swt-c1c3699c9190461b6b64f6c2672c5befd67c3f0c.tar.gz
eclipse.platform.swt-c1c3699c9190461b6b64f6c2672c5befd67c3f0c.tar.xz
eclipse.platform.swt-c1c3699c9190461b6b64f6c2672c5befd67c3f0c.zip
Bug 553678: Update GTK min version to 3.14
Remove support for versions of GTK3 < 3.14.0. Change-Id: I0c3306a5c21d30710d2d16e9fe34879674e45fc0 Signed-off-by: Eric Williams <ericwill@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index 561cd7f972..6e34c81e90 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -994,8 +994,6 @@ char * GTK_nativeFunctionNames[] = {
"_1gtk_1widget_1map",
"_1gtk_1widget_1measure",
"_1gtk_1widget_1mnemonic_1activate",
- "_1gtk_1widget_1override_1background_1color",
- "_1gtk_1widget_1override_1color",
"_1gtk_1widget_1override_1font",
"_1gtk_1widget_1queue_1draw",
"_1gtk_1widget_1queue_1resize",
@@ -1243,7 +1241,6 @@ char * OS_nativeFunctionNames[] = {
"_1g_1filename_1to_1utf8",
"_1g_1get_1current_1time",
"_1g_1getenv",
- "_1g_1hash_1table_1get_1values",
"_1g_1icon_1new_1for_1string",
"_1g_1icon_1to_1string",
"_1g_1idle_1add",

Back to the top