From 62048303a34f6cac733798651adb53b640e2114a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 18 Oct 2014 17:03:07 -0400 Subject: Merged new container/sizing stuff. --- container_unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'container_unix.c') diff --git a/container_unix.c b/container_unix.c index 9802383..8de3cb5 100644 --- a/container_unix.c +++ b/container_unix.c @@ -59,7 +59,6 @@ static void goContainer_remove(GtkContainer *container, GtkWidget *widget) static void goContainer_size_allocate(GtkWidget *widget, GtkAllocation *allocation) { gtk_widget_set_allocation(widget, allocation); - containerResizing(GOCONTAINER(widget)->gocontainer, allocation); } struct forall { -- cgit v1.2.3