From 1757855fbe6180a12eb6b552533c8492f7f1e5a7 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 15 Feb 2016 11:17:46 +0300 Subject: panel-profile: remove leftover that makes no sense must be some issue during the last merge --- mate-panel/panel-profile.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mate-panel/panel-profile.c b/mate-panel/panel-profile.c index 4646a617..fd81e8c9 100644 --- a/mate-panel/panel-profile.c +++ b/mate-panel/panel-profile.c @@ -1151,11 +1151,7 @@ get_toplevel_screen (char *toplevel_path) display = gdk_display_get_default (); -#if GTK_CHECK_VERSION (3, 0, 0) - if (screen_n < 0) { -#else if (screen_n < 0 || screen_n >= gdk_display_get_n_screens (display)) { -#endif #if 0 g_warning (_("Panel '%s' is set to be displayed on screen %d which " "is not currently available. Not loading this panel."), -- cgit v1.2.1