summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 0f597aa9d..3baa936f3 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -212,10 +212,6 @@ nserror netsurf_init(const char *store_path)
if (ret != NSERROR_OK)
return ret;
- ret = mimesniff_init();
- if (ret != NSERROR_OK)
- return ret;
-
setlocale(LC_ALL, "");
/* initialise the fetchers */
@@ -262,8 +258,6 @@ void netsurf_exit(void)
LOG("Closing fetches");
fetcher_quit();
- mimesniff_fini();
-
/* dump any remaining cache entries */
image_cache_fini();