diff options
Diffstat (limited to 'libview/ev-view.c')
-rw-r--r-- | libview/ev-view.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c index e6634c15..42c51184 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -5531,10 +5531,6 @@ ev_view_autoscroll_cb (EvView *view) return FALSE; } - if (view->scroll_info.last_y > view->scroll_info.start_y && - (view->scroll_info.last_y < view->scroll_info.start_y)) - return TRUE; - /* Replace 100 with your speed of choice: The lower the faster. * Replace 3 with another speed of choice: The higher, the faster it accelerated * based on the distance of the starting point from the mouse |