removed obsolete comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-04 18:28:50 +00:00
parent dcb99cd3ac
commit db73732184

View File

@@ -57,18 +57,11 @@
#include "wx/msw/private.h" #include "wx/msw/private.h"
#endif // Windows #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 #if wxUSE_LOG_DIALOG
#include "wx/listctrl.h" #include "wx/listctrl.h"
#include "wx/imaglist.h" #include "wx/imaglist.h"
#include "wx/image.h" #include "wx/image.h"
#else // !wxUSE_TEXTFILE #else // !wxUSE_LOG_DIALOG
#include "wx/msgdlg.h" #include "wx/msgdlg.h"
#endif // wxUSE_LOG_DIALOG/!wxUSE_LOG_DIALOG #endif // wxUSE_LOG_DIALOG/!wxUSE_LOG_DIALOG