1
0
Fork 0

core: Remove unused struct field

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1448
This commit is contained in:
Carlos Garnacho 2020-07-10 00:29:32 +02:00
parent df89c30241
commit 978e6511e0
2 changed files with 0 additions and 5 deletions

View file

@ -198,9 +198,6 @@ struct _MetaDisplay
MetaKeyBindingManager key_binding_manager;
/* Monitor cache */
unsigned int monitor_cache_invalidated : 1;
/* Opening the display */
unsigned int display_opening : 1;

View file

@ -296,8 +296,6 @@ meta_display_handle_event (MetaDisplay *display,
event->motion.x,
event->motion.y);
}
display->monitor_cache_invalidated = TRUE;
}
#endif