summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 20:18:26 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 20:26:40 +0100
commit65adc1712123f81847a85ce0374acc5a741368ec (patch)
tree6ddd721ec3488806ee0f209d367bf0a3da62c0a7 /amiga/history_local.c
parent975a1d3c5db0dc11a4f5ada68d5d424850858161 (diff)
downloadnetsurf-65adc1712123f81847a85ce0374acc5a741368ec.tar.gz
netsurf-65adc1712123f81847a85ce0374acc5a741368ec.tar.bz2
Fix a bunch of cppcheck unused/unreadVariable warnings
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/history_local.c b/amiga/history_local.c
index 1f710b2e0..4849c6560 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -74,7 +74,6 @@ static void ami_history_scroller_hook(struct Hook *hook,Object *object,struct In
void ami_history_open(struct browser_window *bw, struct history *history)
{
int width, height;
- struct IBox *bbox;
assert(history);
@@ -239,7 +238,6 @@ BOOL ami_history_event(struct history_window *hw)
/* return TRUE if window destroyed */
ULONG class,result,relevent = 0;
uint16 code;
- struct MenuItem *item;
const char *url;
struct IBox *bbox;
ULONG xs, ys;