From 98db062b3319428a2b2b1e97b4d6890d263c0eef Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 3 Feb 2020 14:23:08 +0100 Subject: frame: remove unused variable 'status' --- src/core/frame.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core') 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; -- cgit v1.2.1