summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-03 10:24:43 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-03 10:24:43 +0000
commit6835a312b7df68c23fec9930b8e0aec94b537e5f (patch)
treee316614db1be1474a6d7f585a0e944553d2fbbfe /amiga/gui.c
parent5bae5edd7b55822261100622e608c7c73ee69a2b (diff)
downloadnetsurf-6835a312b7df68c23fec9930b8e0aec94b537e5f.tar.gz
netsurf-6835a312b7df68c23fec9930b8e0aec94b537e5f.tar.bz2
Remove verbose_log from options file
Copy libz as I've built 1.2.4 and it has faster gzip code svn path=/trunk/netsurf/; revision=10230
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index efc61a40d..c6b382253 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -403,12 +403,11 @@ void gui_init(int argc, char** argv)
ami_open_resources(); /* alloc ports/asl reqs, open libraries/devices */
ami_print_init();
ami_clipboard_init();
+ ami_openurl_open();
ami_set_options(); /* check options and set defaults where required */
win_destroyed = false;
- verbose_log = option_verbose_log;
-
nsscreentitle = ASPrintf("NetSurf %s",netsurf_version);
default_stylesheet_url = "file:///PROGDIR:Resources/amiga.css";
@@ -544,7 +543,6 @@ static void gui_init2(int argc, char** argv)
notalreadyrunning = ami_arexx_init();
ami_fetch_file_register();
- ami_openurl_open();
search_web_provider_details(option_search_provider);