projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4caf847
)
compilation fix for wxGUI
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 26 Jun 2003 01:10:41 +0000
(
01:10
+0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/wincmn.cpp
b/src/common/wincmn.cpp
index fe662701f14a8a3d1d33ff6b1c51a0cebd3ed711..ec5d8f7502f57e2d4420ef5011bacc19f4a6bed7 100644
(file)
--- 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;