summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/render/html.c b/render/html.c
index 27b3ffcda..8dc683739 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1131,13 +1131,11 @@ void html_convert_css_callback(content_msg msg, struct content *css,
c->data.html.stylesheet_content[i] = css;
break;
-#ifdef WITH_AUTH
case CONTENT_MSG_AUTH:
c->data.html.stylesheet_content[i] = 0;
c->active--;
content_add_error(c, "?", 0);
break;
-#endif
case CONTENT_MSG_SSL:
c->data.html.stylesheet_content[i] = 0;
@@ -1410,13 +1408,11 @@ void html_object_callback(content_msg msg, struct content *object,
c->data.html.object[i].content = object;
break;
-#ifdef WITH_AUTH
case CONTENT_MSG_AUTH:
c->data.html.object[i].content = 0;
c->active--;
content_add_error(c, "?", 0);
break;
-#endif
case CONTENT_MSG_SSL:
c->data.html.object[i].content = 0;