summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/frames.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c
index e87e13a8..889f739d 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -118,10 +118,6 @@ meta_frames_constructor (GType gtype,
gobject_class = G_OBJECT_CLASS (meta_frames_parent_class);
object = gobject_class->constructor (gtype, n_properties, properties);
- g_object_set (object,
- "type", GTK_WINDOW_POPUP,
- NULL);
-
return object;
}