From 13a2ceb766fd6cc495b03c639c04f10df8cd8193 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 24 Dec 2011 13:24:09 +0000 Subject: Remove unnecessary cache of scroll position svn path=/trunk/netsurf/; revision=13344 --- amiga/gui.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 4cbb90f86..7ff4c4768 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3867,10 +3867,6 @@ void ami_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg case GID_HSCROLL: case OID_HSCROLL: case OID_VSCROLL: - gui_window_get_scroll(gwin->bw->window, - &gwin->bw->window->scrollx, - &gwin->bw->window->scrolly); - if(option_faster_scroll == true) gwin->redraw_scroll = true; else gwin->redraw_scroll = false; -- cgit v1.2.3