diff options
author | infirit <[email protected]> | 2015-07-14 12:08:10 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-14 13:07:22 +0200 |
commit | 8c14769db1b13cffe7cafcdea482061bbe4d5dd4 (patch) | |
tree | f908a390edb1ffc9288c89b4a3efa9fab213d410 | |
parent | 182aea20c8f560352afefcd494d52296a27e5fc1 (diff) | |
download | mate-panel-8c14769db1b13cffe7cafcdea482061bbe4d5dd4.tar.bz2 mate-panel-8c14769db1b13cffe7cafcdea482061bbe4d5dd4.tar.xz |
Remove unused variable
-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; |