From 40e453043396ccc2f09f0bb705425026a71ce921 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 12 Aug 2013 11:44:36 +0100 Subject: Use new SSL certificate viewer. --- amiga/gui.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index bbc42683e..c41df4288 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -812,7 +812,6 @@ static void gui_init2(int argc, char** argv) ami_hotlist_initialise(nsoption_charp(hotlist_file)); ami_cookies_initialise(); ami_global_history_initialise(); - sslcert_init(tree_content_icon_name); search_web_provider_details(nsoption_int(search_provider)); @@ -2772,7 +2771,6 @@ void gui_quit(void) ami_hotlist_free(nsoption_charp(hotlist_file)); ami_cookies_free(); ami_global_history_free(); - sslcert_cleanup(); if(IApplication && ami_appid) UnregisterApplication(ami_appid, NULL); -- cgit v1.2.3