From 943025ddb04b04d4938eb249d7f55825c8d7a470 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 18 May 2013 14:40:42 +0100 Subject: Remove SUPPORT_VISITED build switch. --- css/select.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'css') diff --git a/css/select.c b/css/select.c index ddfea62ad..b9b8c28c3 100644 --- a/css/select.c +++ b/css/select.c @@ -1551,10 +1551,6 @@ css_error node_is_visited(void *pw, void *node, bool *match) { *match = false; - /** \todo Implement visted check in a more performant way */ -#define SUPPORT_VISITED -#ifdef SUPPORT_VISITED - nscss_select_ctx *ctx = pw; nsurl *url; nserror error; @@ -1606,7 +1602,6 @@ css_error node_is_visited(void *pw, void *node, bool *match) *match = true; nsurl_unref(url); -#endif return CSS_OK; } -- cgit v1.2.3