From 847b77628553c26679d0c18bbb0f376a957b20e3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 22 Feb 2009 15:07:50 +0000 Subject: Purge NETSURF_USE_SSL and WITH_SSL svn path=/trunk/netsurf/; revision=6599 --- render/html.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'render/html.c') 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) -- cgit v1.2.3