mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Remove unused variable
This commit is contained in:
parent
bb79a20fac
commit
9fa0743394
@ -3022,7 +3022,6 @@ check_fullscreen_func (gpointer data)
|
|||||||
{
|
{
|
||||||
MetaScreen *screen = data;
|
MetaScreen *screen = data;
|
||||||
MetaWindow *window;
|
MetaWindow *window;
|
||||||
GSList *tmp;
|
|
||||||
GSList *fullscreen_monitors = NULL;
|
GSList *fullscreen_monitors = NULL;
|
||||||
GSList *obscured_monitors = NULL;
|
GSList *obscured_monitors = NULL;
|
||||||
gboolean in_fullscreen_changed = FALSE;
|
gboolean in_fullscreen_changed = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user