From d47fed45245ddcecfb69d1e951ce627bdb6a44ff Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Jan 2014 00:52:17 +0000 Subject: move 401 login into operation table --- cocoa/gui.m | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cocoa') diff --git a/cocoa/gui.m b/cocoa/gui.m index f9cb2e4c7..a49ea9ea2 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -31,7 +31,6 @@ #import "desktop/browser_private.h" #import "utils/nsoption.h" #import "desktop/textinput.h" -#import "desktop/401login.h" #import "utils/utils.h" #import "utils/log.h" #import "image/ico.h" @@ -274,13 +273,6 @@ static void gui_cert_verify(nsurl *url, const struct ssl_cert_info *certs, cb( false, cbpw ); } - -void gui_401login_open(nsurl *url, const char *realm, - nserror (*cb)(bool proceed, void *pw), void *cbpw) -{ - cb( false, cbpw ); -} - static char *filename_from_path(char *path) { return strdup( [[[NSString stringWithUTF8String: path] lastPathComponent] UTF8String] ); -- cgit v1.2.3