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
This commit is contained in:
parent
fec911b8c6
commit
a8d4e18d33
@ -103,8 +103,6 @@ static void size_allocate(GtkWidget* widget, GtkAllocation* alloc)
|
||||
const GtkFixedChild* child = static_cast<GtkFixedChild*>(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,
|
||||
|
Loading…
Reference in New Issue
Block a user