Removed unused declaration.
This commit is contained in:
parent
0c5550b06f
commit
da55a6e4ac
|
@ -547,7 +547,6 @@ void show_have_html5(void)
|
||||||
Bool TY_(FindTag)( TidyDocImpl* doc, Node *node )
|
Bool TY_(FindTag)( TidyDocImpl* doc, Node *node )
|
||||||
{
|
{
|
||||||
TidyUseCustomTagsState configtype = cfg( doc, TidyUseCustomTags );
|
TidyUseCustomTagsState configtype = cfg( doc, TidyUseCustomTags );
|
||||||
Bool htmlIs5 = (doc->lexer->doctype & VERS_HTML5) > 0;
|
|
||||||
const Dict *np = NULL;
|
const Dict *np = NULL;
|
||||||
|
|
||||||
if ( cfgBool(doc, TidyXmlTags) )
|
if ( cfgBool(doc, TidyXmlTags) )
|
||||||
|
|
Loading…
Reference in a new issue