From: Robin Dunn Date: Tue, 14 Mar 2006 18:45:31 +0000 (+0000) Subject: m_windowReserved was removed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/77e79241e89f1968dd2f5a2faa6513ebd4df2087 m_windowReserved was removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 420d37678c..f316331cce 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -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