From b23f55c81bca21de7841111ace809df0f6408d65 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 21 Jan 2017 16:49:14 +0000 Subject: fix warnings and errors in atari frontend --- frontends/atari/rootwin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/atari/rootwin.c') diff --git a/frontends/atari/rootwin.c b/frontends/atari/rootwin.c index dd41e175d..aa8e08047 100644 --- a/frontends/atari/rootwin.c +++ b/frontends/atari/rootwin.c @@ -680,12 +680,12 @@ void window_close_search(ROOTWIN *rootwin) struct browser_window *bw; struct gui_window *gw; GRECT area; - OBJECT *obj; + //OBJECT *obj; gw = rootwin->active_gui_window; bw = gw->browser->bw; - obj = gemtk_obj_get_tree(TOOLBAR); + //obj = gemtk_obj_get_tree(TOOLBAR); if (gw->search != NULL) { nsatari_search_session_destroy(gw->search); -- cgit v1.2.3