summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r--gtk/gtkfixed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index 799d9159d2..e2b9869292 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -108,7 +108,6 @@ static void
gtk_fixed_init (GtkFixed *fixed)
{
GTK_WIDGET_UNSET_FLAGS (fixed, GTK_NO_WINDOW);
- GTK_WIDGET_SET_FLAGS (fixed, GTK_BASIC);
fixed->children = NULL;
}