summaryrefslogtreecommitdiff
path: root/container_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'container_unix.c')
-rw-r--r--container_unix.c1
1 files changed, 0 insertions, 1 deletions
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 {