]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/winpars.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / html / winpars.h
index 89ecf8d402906f99a87453d9012814438befa635..a13a6754545ec1ecb288a2c2fdddfc2f0dc15f22 100644 (file)
@@ -55,18 +55,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.