X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7615dee740c7141e532e19cb861f3bcc0757db2a..e4277538a535d6d6c049f0b0ead9ed2b07cd93f2:/include/wx/log.h?ds=sidebyside diff --git a/include/wx/log.h b/include/wx/log.h index f61b6de4ec..29c3464b30 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -12,10 +12,6 @@ #ifndef _WX_LOG_H_ #define _WX_LOG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "log.h" -#endif - #include "wx/defs.h" // ---------------------------------------------------------------------------- @@ -288,8 +284,6 @@ private: // "trivial" derivations of wxLog // ---------------------------------------------------------------------------- -#if wxABI_VERSION > 20601 - // log everything to a buffer class WXDLLIMPEXP_BASE wxLogBuffer : public wxLog { @@ -313,7 +307,6 @@ private: DECLARE_NO_COPY_CLASS(wxLogBuffer) }; -#endif // wxABI_VERSION // log everything to a "FILE *", stderr by default class WXDLLIMPEXP_BASE wxLogStderr : public wxLog