From 1319ff78c89fd0c34feea187ca3d67058875fbe6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 13 Feb 2004 16:09:12 +0000 Subject: [project @ 2004-02-13 16:09:12 by bursa] Clean up and rewrite options code. svn path=/import/netsurf/; revision=536 --- desktop/netsurf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index a35788ba8..724b57415 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -3,7 +3,7 @@ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2003 Phil Mellor - * Copyright 2003 James Bursa + * Copyright 2004 James Bursa */ #include @@ -50,8 +50,6 @@ int main(int argc, char** argv) void netsurf_init(int argc, char** argv) { stdout = stderr; - options_init(&OPTIONS); - options_read(&OPTIONS, NULL); gui_init(argc, argv); fetch_init(); cache_init(); -- cgit v1.2.3