From 02ff3920ce22f4a4120cab8cee3a72a244604732 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 31 Oct 2014 00:50:32 +0000 Subject: remove unused url_init function --- desktop/netsurf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop') 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 */ -- cgit v1.2.3