compilation fix for wxGUI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-26 01:10:41 +00:00
parent 4caf847c87
commit d6045bb81d

View 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;