From a218a544a23469e428a3833dc1177422100f61a9 Mon Sep 17 00:00:00 2001 From: Pavel Shlyak Date: Sun, 25 Aug 2019 15:09:49 +0300 Subject: window.c: remove unused variable --- src/core/window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/window.c b/src/core/window.c index fe0a5476..56cec45b 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -1593,7 +1593,6 @@ idle_calc_showing (gpointer data) GSList *should_show; GSList *should_hide; GSList *unplaced; - GSList *displays; MetaWindow *first_window; guint queue_index = GPOINTER_TO_INT (data); @@ -1619,7 +1618,6 @@ idle_calc_showing (gpointer data) should_show = NULL; should_hide = NULL; unplaced = NULL; - displays = NULL; tmp = copy; while (tmp != NULL) @@ -1728,7 +1726,6 @@ idle_calc_showing (gpointer data) g_slist_free (unplaced); g_slist_free (should_show); g_slist_free (should_hide); - g_slist_free (displays); destroying_windows_disallowed -= 1; -- cgit v1.2.1