mirror of
https://github.com/brl/mutter.git
synced 2025-08-07 09:04:41 +00:00
clutter: Drop ClutterInputDevice::enabled and setter/getter
This is unused now, and not something we generally allow. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:

committed by
Marge Bot

parent
c2940efe8b
commit
b1d12a994d
@@ -171,8 +171,6 @@ seat_device_added_cb (ClutterSeat *seat,
|
||||
g_print ("*** enabling device '%s' ***\n",
|
||||
clutter_input_device_get_device_name (device));
|
||||
|
||||
clutter_input_device_set_enabled (device, TRUE);
|
||||
|
||||
hand = clutter_test_utils_create_texture_from_file (TESTS_DATADIR
|
||||
G_DIR_SEPARATOR_S
|
||||
"redhand.png",
|
||||
@@ -268,8 +266,6 @@ test_devices_main (int argc, char **argv)
|
||||
g_print ("*** enabling device '%s' ***\n",
|
||||
clutter_input_device_get_device_name (device));
|
||||
|
||||
clutter_input_device_set_enabled (device, TRUE);
|
||||
|
||||
hand = clutter_test_utils_create_texture_from_file (TESTS_DATADIR
|
||||
G_DIR_SEPARATOR_S
|
||||
"redhand.png",
|
||||
|
Reference in New Issue
Block a user