From f07e76a735ad291ac953a43c53dc4521f715686b Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 21 Dec 2011 22:51:17 +0000 Subject: Removed unused variable. svn path=/trunk/netsurf/; revision=13320 --- atari/gui.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index c5b03d62d..f049d7f03 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -97,9 +97,7 @@ int cfg_height; const char * cfg_homepage_url; /* path to choices file: */ -char options[PATH_MAX]; - -extern GEM_PLOTTER plotter; +char options[PATH_MAX]; void gui_poll(bool active) @@ -1011,8 +1009,7 @@ int main(int argc, char** argv) browser_window_create(cfg_homepage_url, 0, 0, true, false); graf_mouse( ARROW , NULL); netsurf_main_loop(); - netsurf_exit(); - + netsurf_exit(); LOG(("ApplExit")); ApplExit(); #ifdef WITH_DBG_LOGFILE -- cgit v1.2.3