From d6045bb81d13ef3e9c36c78db8687d0390e3c6b7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Jun 2003 01:10:41 +0000 Subject: [PATCH] compilation fix for wxGUI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/wincmn.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index fe662701f1..ec5d8f7502 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -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; -- 2.45.2