X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..4e2251ecd324ba89c486434485efcb1d32ee7dca:/include/wx/msgout.h 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 // ----------------------------------------------------------------------------