summaryrefslogtreecommitdiff
path: root/src/core/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/frame.c')
-rw-r--r--src/core/frame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/frame.c b/src/core/frame.c
index 86b78f1f..957f6c76 100644
--- a/src/core/frame.c
+++ b/src/core/frame.c
@@ -90,7 +90,6 @@ meta_window_ensure_frame (MetaWindow *window)
frame->rect.x, frame->rect.y,
frame->rect.width, frame->rect.height);
-
frame->xwindow = meta_ui_create_frame_window (window->screen->ui,
window->display->xdisplay,
window->xvisual,
@@ -230,7 +229,6 @@ meta_window_destroy_frame (MetaWindow *window)
meta_window_queue (window, META_QUEUE_MOVE_RESIZE);
}
-
MetaFrameFlags
meta_frame_get_flags (MetaFrame *frame)
{