From 1b0a968f1ce2b5911fae97ea990bf213108a523d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 19 May 2014 17:01:40 +0100 Subject: Remove unused variables. --- atari/ctxmenu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'atari') diff --git a/atari/ctxmenu.c b/atari/ctxmenu.c index f89d1f35f..f782c6e19 100644 --- a/atari/ctxmenu.c +++ b/atari/ctxmenu.c @@ -71,7 +71,6 @@ static struct s_context_info * get_context_info( struct gui_window * gw, short m { hlcache_handle *h; GRECT area; - struct contextual_content ccdata; struct browser_window * bw = gw->browser->bw; int sx, sy; @@ -166,8 +165,7 @@ void context_popup(struct gui_window * gw, short x, short y) char cmdline[128]; /* skip first byte, which must hold length of commandline: */ char * tempfile = &cmdline[1]; - int err = 0; - char * editor, *lastslash; + char * editor; MENU pop_menu, me_data; pop = gemtk_obj_get_tree( POP_CTX ); -- cgit v1.2.3