From a8d4e18d332362d238a3c4c22cee2f37750b7312 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 28 Feb 2010 11:08:46 +0000 Subject: [PATCH] No real changes, just remove an unused variable. This fixes a warning from IRIX mipsPro compiler. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/win_gtk.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gtk/win_gtk.cpp b/src/gtk/win_gtk.cpp index 6869fbde37..b3aeed5a4a 100644 --- a/src/gtk/win_gtk.cpp +++ b/src/gtk/win_gtk.cpp @@ -103,8 +103,6 @@ static void size_allocate(GtkWidget* widget, GtkAllocation* alloc) const GtkFixedChild* child = static_cast(list->data); if (GTK_WIDGET_VISIBLE(child->widget)) { - GtkAllocation child_old_alloc = child->widget->allocation; - GtkAllocation child_alloc; // note that child positions do not take border into // account, they need to be relative to widget->window, -- 2.45.2