From e6c666d4f432d51ff449bbd4dfd137107c9e774c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 22 May 2020 09:01:39 +0100 Subject: chore: Perform sslcert_viewer-ectomy This removes the sslcert_viewer entirely from the code. Where possible I've also trimmed out of frontends any code I think should not be present. Frontends should check and remove any further references that I have failed to catch. Signed-off-by: Daniel Silverstone --- frontends/beos/gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/beos') diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp index b49bc80c6..74a536522 100644 --- a/frontends/beos/gui.cpp +++ b/frontends/beos/gui.cpp @@ -995,7 +995,6 @@ static struct gui_misc_table beos_misc_table = { beos_schedule, gui_quit, gui_launch_url, - NULL, //cert_verify NULL, //401login NULL, // pdf_password (if we have Haru support) }; -- cgit v1.2.3