X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..3786c8b587f82e406ba9656847b5bff4ed9209c2:/include/wx/msgout.h?ds=inline

diff --git a/include/wx/msgout.h b/include/wx/msgout.h
index 8f5b19a7f3..95db8a5c8c 100755
--- a/include/wx/msgout.h
+++ b/include/wx/msgout.h
@@ -49,8 +49,6 @@ private:
 // otherwise; unlike wxMessageOutputMessageBox this class is always safe to use
 // ----------------------------------------------------------------------------
 
-#if wxABI_VERSION > 20601
-
 class WXDLLIMPEXP_BASE wxMessageOutputBest : public wxMessageOutput
 {
 public:
@@ -59,8 +57,6 @@ public:
     virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2;
 };
 
-#endif // wxABI_VERSION
-
 // ----------------------------------------------------------------------------
 // implementation which sends output to stderr
 // ----------------------------------------------------------------------------