From d65c1f1cfde276de268fd2d0c13078cc44804996 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 15 Jan 2015 23:50:35 +0000 Subject: Remove unused variable --- amiga/gui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/gui.c') 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; -- cgit v1.2.3