From 21f008501abc8e386c37726ef0893cdbfd5f6007 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Mon, 15 May 2017 16:51:34 +0200 Subject: [PATCH] Issue #456 - Oops, also out of 'lexer.h' --- src/lexer.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lexer.h b/src/lexer.h index a30e5d8..1d3d9cd 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -491,9 +491,6 @@ Node* TY_(FindXmlDecl)(TidyDocImpl* doc); /* Returns containing block element, if any */ Node* TY_(FindContainer)( Node* node ); -/* Adds meta element and sets the charset */ -Bool TY_(TidyMetaCharset)( TidyDocImpl* doc ); - /* add meta element for Tidy */ Bool TY_(AddGenerator)( TidyDocImpl* doc );