]> git.saurik.com Git - wxWidgets.git/commitdiff
m_windowReserved was removed
authorRobin Dunn <robin@alldunn.com>
Tue, 14 Mar 2006 18:45:31 +0000 (18:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 14 Mar 2006 18:45:31 +0000 (18:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wincmn.cpp

index 420d37678c61e83f62658cfdf3a121dd6fafd73c..f316331cce21d6a1a489589e6075dc2ea637575f 100644 (file)
@@ -221,9 +221,6 @@ wxWindowBase::wxWindowBase()
 
     // VZ: this one shouldn't exist...
     m_isBeingDeleted = false;
-
-    // Reserved for future use
-    m_windowReserved = NULL;
 }
 
 // common part of window creation process