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 --- content/content.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/content.h') 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; -- cgit v1.2.3