]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Added wxBufferedDC, changes for wxMenu and wxMenuItem, and other
[wxWidgets.git] / src / common / appcmn.cpp
index 6795eec0c41d20ccd7c6ece181ca04efd15cb807..dca1e2af50ef6b97c2bbe6d278b41c9c6febb906 100644 (file)
@@ -80,8 +80,9 @@ wxAppBase::wxAppBase()
 {
     wxTheApp = (wxApp *)this;
 
-    // VZ: what's this? is it obsolete?
+#if WXWIN_COMPATIBILITY_2_2
     m_wantDebugOutput = FALSE;
+#endif // WXWIN_COMPATIBILITY_2_2
 
 #if wxUSE_GUI
     m_topWindow = (wxWindow *)NULL;