From: Vadim Zeitlin Date: Wed, 4 Jul 2001 18:28:50 +0000 (+0000) Subject: removed obsolete comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/db737321841e9915cbf3c7d4a0f5e209bc6835e5 removed obsolete comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index a27b1945a1..c5e260c9b2 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -57,18 +57,11 @@ #include "wx/msw/private.h" #endif // Windows -// may be defined to 0 for old behavior (using wxMessageBox) - shouldn't be -// changed normally (that's why it's here and not in setup.h). -// Actually it now is in setup.h. -#ifndef wxUSE_LOG_DIALOG -#define wxUSE_LOG_DIALOG 1 -#endif - #if wxUSE_LOG_DIALOG #include "wx/listctrl.h" #include "wx/imaglist.h" #include "wx/image.h" -#else // !wxUSE_TEXTFILE +#else // !wxUSE_LOG_DIALOG #include "wx/msgdlg.h" #endif // wxUSE_LOG_DIALOG/!wxUSE_LOG_DIALOG