diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/window.c | 3 |
1 files changed, 0 insertions, 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; |