mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Removed unused variable.
svn path=/trunk/netsurf/; revision=13320
This commit is contained in:
parent
8e479349e8
commit
f07e76a735
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user