summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 23:40:03 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 23:40:03 +0100
commit4ec70fd3a2e75a3295799a685bbeb4dbffcdc05d (patch)
treeabfcf7cf380755833f03cfb81b28c560e9207674 /amiga/gui.c
parent5bb5e2667df7459c288c3484d3539376a74a7c68 (diff)
downloadnetsurf-4ec70fd3a2e75a3295799a685bbeb4dbffcdc05d.tar.gz
netsurf-4ec70fd3a2e75a3295799a685bbeb4dbffcdc05d.tar.bz2
Fix some more cppcheck unread/unusedVariable warnings
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index ab55bcf7c..c538525a9 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -4290,7 +4290,6 @@ static void ami_do_redraw(struct gui_window_2 *gwin)
struct IBox *bbox;
ULONG oldh = gwin->oldh, oldv=gwin->oldv;
struct RastPort *temprp;
- hlcache_handle *c;
if(browser_window_redraw_ready(gwin->bw) == false) return;
@@ -4301,8 +4300,6 @@ static void ami_do_redraw(struct gui_window_2 *gwin)
gwin->bw->window->scrollx = hcurrent;
gwin->bw->window->scrolly = vcurrent;
- c = gwin->bw->current_content;
-
width=bbox->Width;
height=bbox->Height;
xoffset=bbox->Left;