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/panel.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mate-panel/panel.c') diff --git a/mate-panel/panel.c b/mate-panel/panel.c index 8b4401f2..aa129e4b 100644 --- a/mate-panel/panel.c +++ b/mate-panel/panel.c @@ -157,12 +157,7 @@ back_change (AppletInfo *info, switch (info->type) { case PANEL_OBJECT_APPLET: mate_panel_applet_frame_change_background ( - -#if GTK_CHECK_VERSION (3, 18, 0) MATE_PANEL_APPLET_FRAME (info->widget), panel->toplevel->background.type); -#else - MATE_PANEL_APPLET_FRAME (info->widget), panel->background.type); -#endif break; case PANEL_OBJECT_MENU_BAR: panel_menu_bar_change_background (PANEL_MENU_BAR (info->widget)); -- cgit v1.2.1