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 --- css/css.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'css/css.c') diff --git a/css/css.c b/css/css.c index b303244df..b493764de 100644 --- a/css/css.c +++ b/css/css.c @@ -956,12 +956,10 @@ void css_atimport_callback(content_msg msg, struct content *css, /*css_dump_stylesheet(css->data.css);*/ c->active--; break; -#ifdef WITH_AUTH + case CONTENT_MSG_AUTH: -#endif case CONTENT_MSG_SSL: /* todo: handle AUTH and SSL */ - case CONTENT_MSG_LAUNCH: /* Fall through */ case CONTENT_MSG_ERROR: -- cgit v1.2.3