mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Silence a compiler warning
These variables are not used anymore since
commit 11e4a46967
.
This commit is contained in:
parent
91c3edba35
commit
3af249c046
@ -258,9 +258,6 @@ gtk_event_controller_scroll_handle_event (GtkEventController *controller,
|
||||
direction = gdk_scroll_event_get_direction (event);
|
||||
if (direction == GDK_SCROLL_SMOOTH)
|
||||
{
|
||||
GdkDevice *device = gdk_event_get_device (event);
|
||||
GdkInputSource input_source = gdk_device_get_source (device);
|
||||
|
||||
gdk_scroll_event_get_deltas (event, &dx, &dy);
|
||||
|
||||
if (!scroll->active)
|
||||
|
Loading…
Reference in New Issue
Block a user