mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-02 15:46:18 +03:00
Remove SUPPORT_VISITED build switch.
This commit is contained in:
parent
5fcdbb80f0
commit
943025ddb0
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user