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

@@ -1682,9 +1682,6 @@ input_device_update_tool (MetaSeatImpl *seat_impl,
if (evdev_device->last_tool != tool)
{
if (tool)
clutter_input_device_update_from_tool (input_device, tool);
evdev_device->last_tool = tool;
input_settings = seat_impl->input_settings;
meta_input_settings_notify_tool_change (input_settings, input_device, tool);