Remove unused variable

This commit is contained in:
Florian Müllner 2014-10-14 21:49:47 +02:00
parent 3e511b9591
commit a460f88b31

View File

@ -3022,7 +3022,6 @@ check_fullscreen_func (gpointer data)
{
MetaScreen *screen = data;
MetaWindow *window;
GSList *tmp;
GSList *fullscreen_monitors = NULL;
GSList *obscured_monitors = NULL;
gboolean in_fullscreen_changed = FALSE;