]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for wxGUI
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Jun 2003 01:10:41 +0000 (01:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Jun 2003 01:10:41 +0000 (01:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wincmn.cpp

index fe662701f14a8a3d1d33ff6b1c51a0cebd3ed711..ec5d8f7502f57e2d4420ef5011bacc19f4a6bed7 100644 (file)
@@ -156,10 +156,6 @@ void wxWindowBase::InitBase()
     m_exStyle =
     m_windowStyle = 0;
 
-    // an optimization for the event processing: checking this flag is much
-    // faster than using IsKindOf(CLASSINFO(wxWindow))
-    m_isWindow = TRUE;
-
 #if wxUSE_CONSTRAINTS
     // no constraints whatsoever
     m_constraints = (wxLayoutConstraints *) NULL;