summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:13:10 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:13:10 +0000
commitb98f105b24879c065a4f89b686c5084f14f87ae6 (patch)
tree85171f1fb608471ed1a68ea3d3b73abfdbefbf79 /content/content.h
parent847b77628553c26679d0c18bbb0f376a957b20e3 (diff)
downloadnetsurf-b98f105b24879c065a4f89b686c5084f14f87ae6.tar.gz
netsurf-b98f105b24879c065a4f89b686c5084f14f87ae6.tar.bz2
Purge WITH_AUTH
svn path=/trunk/netsurf/; revision=6600
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content.h b/content/content.h
index 42cca1f74..298e669ca 100644
--- a/content/content.h
+++ b/content/content.h
@@ -97,9 +97,7 @@ typedef enum {
CONTENT_MSG_NEWPTR, /**< structure has been replaced */
CONTENT_MSG_REFRESH, /**< wants refresh */
CONTENT_MSG_LAUNCH, /**< needs url launching in external program */
-#ifdef WITH_AUTH
CONTENT_MSG_AUTH, /**< authentication required */
-#endif
CONTENT_MSG_SSL /**< SSL cert verify failed */
} content_msg;