mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
clutter/stage: Remove sync_delay
It is not accessed anywhere. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1707>
This commit is contained in:
parent
9b44aa77b6
commit
33d91937cf
@ -128,8 +128,6 @@ struct _ClutterStagePrivate
|
||||
GSList *pending_relayouts;
|
||||
GHashTable *pending_queue_redraws;
|
||||
|
||||
gint sync_delay;
|
||||
|
||||
int update_freeze_count;
|
||||
|
||||
gboolean needs_update_devices;
|
||||
@ -1599,7 +1597,6 @@ clutter_stage_init (ClutterStage *self)
|
||||
|
||||
priv->throttle_motion_events = TRUE;
|
||||
priv->min_size_changed = FALSE;
|
||||
priv->sync_delay = -1;
|
||||
priv->motion_events_enabled = TRUE;
|
||||
|
||||
priv->pointer_devices =
|
||||
|
Loading…
Reference in New Issue
Block a user