mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
clutter: Drop clutter_input_device_get_physical_devices() API
This is unused, we have the seat for this kind of stuff. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:

committed by
Marge Bot

parent
699da157c7
commit
c4fa5ef88a
@ -1527,10 +1527,7 @@ evdev_add_device (MetaSeatImpl *seat_impl,
|
||||
master = seat_impl->core_pointer;
|
||||
|
||||
if (master)
|
||||
{
|
||||
_clutter_input_device_set_associated_device (device, master);
|
||||
_clutter_input_device_add_physical_device (master, device);
|
||||
}
|
||||
_clutter_input_device_set_associated_device (device, master);
|
||||
|
||||
is_touchscreen = type == CLUTTER_TOUCHSCREEN_DEVICE;
|
||||
is_tablet_switch =
|
||||
|
Reference in New Issue
Block a user