mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
core: Remove unused struct field
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403
This commit is contained in:
parent
87c0821a30
commit
11c86f9cb3
@ -199,9 +199,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…
x
Reference in New Issue
Block a user