summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index bf8ff86aa..0fd7b7bbd 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -122,7 +122,7 @@ static nserror netsurf_llcache_query_handler(const llcache_query *query,
}
/* exported interface documented in desktop/netsurf.h */
-nserror netsurf_init(const char *messages, const char *store_path)
+nserror netsurf_init(const char *store_path)
{
nserror ret;
struct hlcache_parameters hlcache_parameters = {
@@ -151,8 +151,6 @@ nserror netsurf_init(const char *messages, const char *store_path)
signal(SIGPIPE, SIG_IGN);
#endif
- messages_load(messages);
-
/* corestrings init */
ret = corestrings_init();
if (ret != NSERROR_OK)