range: remove duplicated code

This is already called by range_grab_add().
This commit is contained in:
Cosimo Cecchi 2016-03-06 10:41:34 -08:00
parent d9db329496
commit de1c4bad6f

View File

@ -2720,8 +2720,6 @@ gtk_range_multipress_gesture_pressed (GtkGestureMultiPress *gesture,
range_grab_add (range, priv->mouse_location);
gtk_range_queue_draw_location (range, priv->mouse_location);
scroll = range_get_scroll_for_grab (range);
if (scroll == GTK_SCROLL_START || scroll == GTK_SCROLL_END)
gtk_range_scroll (range, scroll);