clutter: Drop internal update_from_tool() vmethod

This is kinda pointless now, and will be made completely unneeded
by dropping device axes.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:
Carlos Garnacho
2020-11-19 01:51:33 +01:00
committed by Marge Bot
parent 168ceb9905
commit 5689a843c7
6 changed files with 0 additions and 65 deletions

View File

@ -867,9 +867,6 @@ translate_property_event (MetaSeatX11 *seat_x11,
meta_input_device_x11_update_tool (device, tool);
input_settings = meta_backend_get_input_settings (meta_get_backend ());
meta_input_settings_notify_tool_change (input_settings, device, tool);
if (tool)
clutter_input_device_update_from_tool (device, tool);
}
}