]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
PRIOR/NEXT build fixes.
[wxWidgets.git] / src / html / htmltag.cpp
index 1ac1e8d09e8b45dc7a0272b7e697914148409f82..98a1ff4fba8b485f36ac821d0a03407d9dec0a76 100644 (file)
@@ -7,11 +7,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "htmltag.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #include "wx/defs.h"
@@ -521,13 +516,4 @@ wxHtmlTag *wxHtmlTag::GetNextTag() const
     return cur->m_Next;
 }
 
-#if WXWIN_COMPATIBILITY_2_2
-
-bool wxHtmlTag::IsEnding() const
-{
-    return false;
-}
-
-#endif // WXWIN_COMPATIBILITY_2_2
-
 #endif