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:

committed by
Marge Bot

parent
9b44aa77b6
commit
33d91937cf
@@ -128,8 +128,6 @@ struct _ClutterStagePrivate
|
|||||||
GSList *pending_relayouts;
|
GSList *pending_relayouts;
|
||||||
GHashTable *pending_queue_redraws;
|
GHashTable *pending_queue_redraws;
|
||||||
|
|
||||||
gint sync_delay;
|
|
||||||
|
|
||||||
int update_freeze_count;
|
int update_freeze_count;
|
||||||
|
|
||||||
gboolean needs_update_devices;
|
gboolean needs_update_devices;
|
||||||
@@ -1599,7 +1597,6 @@ clutter_stage_init (ClutterStage *self)
|
|||||||
|
|
||||||
priv->throttle_motion_events = TRUE;
|
priv->throttle_motion_events = TRUE;
|
||||||
priv->min_size_changed = FALSE;
|
priv->min_size_changed = FALSE;
|
||||||
priv->sync_delay = -1;
|
|
||||||
priv->motion_events_enabled = TRUE;
|
priv->motion_events_enabled = TRUE;
|
||||||
|
|
||||||
priv->pointer_devices =
|
priv->pointer_devices =
|
||||||
|
Reference in New Issue
Block a user