diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/frame.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/frame.c b/src/core/frame.c index f6e884a5..6c1c7b21 100644 --- a/src/core/frame.c +++ b/src/core/frame.c @@ -63,7 +63,6 @@ meta_window_ensure_frame (MetaWindow *window) { MetaFrame *frame; XSetWindowAttributes attrs; - int status; if (window->frame) return; |