]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/winpars.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / html / winpars.h
index 89ecf8d402906f99a87453d9012814438befa635..6e7d0158fa9e67709028091b37f1ea16448dac03 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        html/winpars.h
 // Purpose:     interface of wxHtmlTagsModule
 // Author:      wxWidgets team
 // Name:        html/winpars.h
 // Purpose:     interface of wxHtmlTagsModule
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -55,18 +54,13 @@ public:
         Constructor.
     */
     wxHtmlWinTagHandler();
         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);
 
     /**
         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.
 protected:
     /**
         Value of this attribute is identical to value of m_Parser.