remove redundant resize

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-10-15 05:36:45 +00:00
parent d41e1ab481
commit 23c085422e

View File

@@ -607,8 +607,6 @@ gtk_pizza_size_allocate (GtkWidget *widget,
gdk_window_resize( widget->window, w, h );
else
gdk_window_move_resize( widget->window, x, y, w, h );
gdk_window_resize( pizza->bin_window, w, h );
}
children = pizza->children;