diff options
-rw-r--r-- | mate-panel/panel-toplevel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mate-panel/panel-toplevel.c b/mate-panel/panel-toplevel.c index 6547f13d..2a2c7dea 100644 --- a/mate-panel/panel-toplevel.c +++ b/mate-panel/panel-toplevel.c @@ -3117,9 +3117,6 @@ static void panel_toplevel_check_resize (GtkContainer *container) { GtkAllocation allocation; -#if !GTK_CHECK_VERSION(3, 0, 0) - GtkAllocation widget_allocation; -#endif GtkRequisition requisition; GtkWidget *widget; |