From b98f105b24879c065a4f89b686c5084f14f87ae6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 22 Feb 2009 15:13:10 +0000 Subject: Purge WITH_AUTH svn path=/trunk/netsurf/; revision=6600 --- desktop/401login.h | 3 --- desktop/browser.c | 4 ---- 2 files changed, 7 deletions(-) (limited to 'desktop') diff --git a/desktop/401login.h b/desktop/401login.h index 8f7220663..8a45477fd 100644 --- a/desktop/401login.h +++ b/desktop/401login.h @@ -20,7 +20,6 @@ #define NETSURF_DESKTOP_401LOGIN_H #include "utils/config.h" -#ifdef WITH_AUTH #include "content/content.h" #include "desktop/browser.h" @@ -29,5 +28,3 @@ void gui_401login_open(struct browser_window *bw, struct content *c, const char *realm); #endif - -#endif diff --git a/desktop/browser.c b/desktop/browser.c index 19f7c9de4..aedd405d9 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -40,9 +40,7 @@ #include "content/fetchcache.h" #include "content/urldb.h" #include "css/css.h" -#ifdef WITH_AUTH #include "desktop/401login.h" -#endif #include "desktop/browser.h" #include "desktop/frames.h" #include "desktop/history_core.h" @@ -587,7 +585,6 @@ void browser_window_callback(content_msg msg, struct content *c, bw->referer = 0; break; -#ifdef WITH_AUTH case CONTENT_MSG_AUTH: gui_401login_open(bw, c, data.auth_realm); if (c == bw->loading_content) @@ -602,7 +599,6 @@ void browser_window_callback(content_msg msg, struct content *c, free(bw->referer); bw->referer = 0; break; -#endif case CONTENT_MSG_SSL: gui_cert_verify(bw, c, data.ssl.certs, data.ssl.num); -- cgit v1.2.3