summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-31 00:50:32 +0000
committerVincent Sanders <vince@kyllikki.org>2014-10-31 00:50:32 +0000
commit02ff3920ce22f4a4120cab8cee3a72a244604732 (patch)
tree0e1b8b8dea9baf0ab5313a49a19db6e5d6867c26 /desktop/netsurf.c
parentce3d99191842ded7687dc23c3ccb5f5ccc843558 (diff)
downloadnetsurf-02ff3920ce22f4a4120cab8cee3a72a244604732.tar.gz
netsurf-02ff3920ce22f4a4120cab8cee3a72a244604732.tar.bz2
remove unused url_init function
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 328035ff5..7c7ce9d99 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -217,8 +217,6 @@ nserror netsurf_init(const char *messages, const char *store_path)
if (ret != NSERROR_OK)
return ret;
- url_init();
-
setlocale(LC_ALL, "C");
/* initialise the fetchers */