From 7434de7498f5355a5a6d56fd0fc5be12491d8b2f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 4 Jul 2003 19:57:37 +0000 Subject: [PATCH] flag removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/app.cpp | 4 ---- src/mac/carbon/app.cpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/mac/app.cpp b/src/mac/app.cpp index 9fd758b3a0..b09fd3b848 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -944,10 +944,6 @@ wxApp::wxApp() m_topWindow = NULL; wxTheApp = this; -#if WXWIN_COMPATIBILITY_2_2 - m_wantDebugOutput = TRUE; -#endif - argc = 0; argv = NULL; diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 9fd758b3a0..b09fd3b848 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -944,10 +944,6 @@ wxApp::wxApp() m_topWindow = NULL; wxTheApp = this; -#if WXWIN_COMPATIBILITY_2_2 - m_wantDebugOutput = TRUE; -#endif - argc = 0; argv = NULL; -- 2.50.0