mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
core: Remove unused struct field
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1448
This commit is contained in:
parent
df89c30241
commit
978e6511e0
@ -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;
|
||||
|
||||
|
@ -296,8 +296,6 @@ meta_display_handle_event (MetaDisplay *display,
|
||||
event->motion.x,
|
||||
event->motion.y);
|
||||
}
|
||||
|
||||
display->monitor_cache_invalidated = TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user