summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/render/html.c b/render/html.c
index 6887bdc80..27b3ffcda 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1139,13 +1139,11 @@ void html_convert_css_callback(content_msg msg, struct content *css,
break;
#endif
-#ifdef WITH_SSL
case CONTENT_MSG_SSL:
c->data.html.stylesheet_content[i] = 0;
c->active--;
content_add_error(c, "?", 0);
break;
-#endif
default:
assert(0);
@@ -1420,13 +1418,11 @@ void html_object_callback(content_msg msg, struct content *object,
break;
#endif
-#ifdef WITH_SSL
case CONTENT_MSG_SSL:
c->data.html.object[i].content = 0;
c->active--;
content_add_error(c, "?", 0);
break;
-#endif
case CONTENT_MSG_REFRESH:
if (object->type == CONTENT_HTML)