mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
Remove unused meta_seat_impl_get_devices_in_impl
Never used AFAICT. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3154>
This commit is contained in:
parent
43716457d1
commit
58326c85a4
@ -3100,14 +3100,6 @@ meta_seat_impl_get_keyboard (MetaSeatImpl *seat_impl)
|
||||
return seat_impl->core_keyboard;
|
||||
}
|
||||
|
||||
GSList *
|
||||
meta_seat_impl_get_devices_in_impl (MetaSeatImpl *seat_impl)
|
||||
{
|
||||
return g_slist_copy_deep (seat_impl->devices,
|
||||
(GCopyFunc) g_object_ref,
|
||||
NULL);
|
||||
}
|
||||
|
||||
MetaKeymapNative *
|
||||
meta_seat_impl_get_keymap (MetaSeatImpl *seat_impl)
|
||||
{
|
||||
|
@ -237,7 +237,6 @@ gboolean meta_seat_impl_query_state (MetaSeatImpl *seat_impl,
|
||||
ClutterModifierType *modifiers);
|
||||
ClutterInputDevice * meta_seat_impl_get_pointer (MetaSeatImpl *seat_impl);
|
||||
ClutterInputDevice * meta_seat_impl_get_keyboard (MetaSeatImpl *seat_impl);
|
||||
GSList * meta_seat_impl_get_devices_in_impl (MetaSeatImpl *seat_impl);
|
||||
|
||||
MetaKeymapNative * meta_seat_impl_get_keymap (MetaSeatImpl *seat_impl);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user