X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0d87687f3d54f8c23f49c148218761c7e8ba698..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/html/winpars.h?ds=inline diff --git a/interface/wx/html/winpars.h b/interface/wx/html/winpars.h index 89ecf8d402..6e7d0158fa 100644 --- a/interface/wx/html/winpars.h +++ b/interface/wx/html/winpars.h @@ -2,7 +2,6 @@ // Name: html/winpars.h // Purpose: interface of wxHtmlTagsModule // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -55,18 +54,13 @@ public: Constructor. */ wxHtmlWinTagHandler(); - + /** Assigns @a parser to this handler. Each @b instance of handler is guaranteed to be called only from the one parser. */ virtual void SetParser(wxHtmlWinParser* parser); - /** - Returns the parser associated with this tag handler. - */ - virtual wxHtmlWinParser* GetParser() const; - protected: /** Value of this attribute is identical to value of m_Parser.