]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
Silence some warnings
[wxWidgets.git] / src / html / htmltag.cpp
index ff2627993dce240d56da862e3173b59997cae23b..98a1ff4fba8b485f36ac821d0a03407d9dec0a76 100644 (file)
@@ -516,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