summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-15 23:50:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-15 23:50:35 +0000
commitd65c1f1cfde276de268fd2d0c13078cc44804996 (patch)
tree1a9150462943de228c57fcce89566912cb4f3511 /amiga
parent1391057332cf4922b993e5e76daecd89aeb87876 (diff)
downloadnetsurf-d65c1f1cfde276de268fd2d0c13078cc44804996.tar.gz
netsurf-d65c1f1cfde276de268fd2d0c13078cc44804996.tar.bz2
Remove unused variable
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 1775e4870..b24ae1c88 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2769,8 +2769,7 @@ void ami_get_msg(void)
void ami_change_tab(struct gui_window_2 *gwin, int direction)
{
struct Node *tab_node = gwin->gw->tab_node;
- struct Node *ptab;
- ULONG ptabnum = 0;
+ struct Node *ptab = NULL;
if(gwin->tabs <= 1) return;