clutter: Drop clutter_input_device_update_from_event()

Input devices aren't "updated" anymore, but their state queried to
the seat instead. This API was only meant for embedders of Clutter,
and is pointless to us.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:
Carlos Garnacho
2020-06-06 12:45:48 +02:00
committed by Marge Bot
parent 730da1dbe1
commit 3234ae2993
3 changed files with 0 additions and 81 deletions

View File

@ -110,7 +110,6 @@ static gboolean perf_fake_mouse_cb (gpointer stage)
event2->crossing.related = NULL;
clutter_event_set_device (event2, device);
clutter_input_device_update_from_event (device, event2);
clutter_event_put (event2);
clutter_event_free (event2);