summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-12-24 13:24:09 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-12-24 13:24:09 +0000
commit13a2ceb766fd6cc495b03c639c04f10df8cd8193 (patch)
tree6ad6b86f21d0a4a0eae7c1c68768bf63208bde40
parentd9a50a17448d8e8a80e1ca8f9c3cee06cd5e79ab (diff)
downloadnetsurf-13a2ceb766fd6cc495b03c639c04f10df8cd8193.tar.gz
netsurf-13a2ceb766fd6cc495b03c639c04f10df8cd8193.tar.bz2
Remove unnecessary cache of scroll position
svn path=/trunk/netsurf/; revision=13344
-rwxr-xr-xamiga/gui.c4
1 files changed, 0 insertions, 4 deletions
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;