From ab7987701bcea97e4326fecd161c3137080f6077 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 31 Jan 2018 09:46:08 +0300 Subject: require GTK+ 3.22 and GLib 2.50 --- mate-panel/launcher.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mate-panel/launcher.c') diff --git a/mate-panel/launcher.c b/mate-panel/launcher.c index 07e52e40..d8d65ad1 100644 --- a/mate-panel/launcher.c +++ b/mate-panel/launcher.c @@ -540,7 +540,6 @@ create_launcher (const char *location) return launcher; } -#if GLIB_CHECK_VERSION (2, 38, 0) static void setup_actions (Launcher *launcher) { @@ -569,7 +568,6 @@ setup_actions (Launcher *launcher) g_object_unref (app_info); } -#endif static void setup_button (Launcher *launcher) @@ -590,9 +588,7 @@ setup_button (Launcher *launcher) _("_Launch"), NULL); -#if GLIB_CHECK_VERSION (2, 38, 0) setup_actions (launcher); -#endif mate_panel_applet_add_callback (launcher->info, "properties", -- cgit v1.2.1