Removed unused variable.

svn path=/trunk/netsurf/; revision=13320
This commit is contained in:
Ole Loots 2011-12-21 22:51:17 +00:00
parent 8e479349e8
commit f07e76a735
1 changed files with 2 additions and 5 deletions

View File

@ -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