X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ab48d64054e5ec00f908ae3df2648ba4ce17dfe..6a6ea041d96f19c89c0f68741502f08e5cee97ec:/include/wx/palmos/window.h?ds=sidebyside diff --git a/include/wx/palmos/window.h b/include/wx/palmos/window.h index ff7d21b46d..81cddb3611 100644 --- a/include/wx/palmos/window.h +++ b/include/wx/palmos/window.h @@ -270,9 +270,6 @@ private: bool HandleMoving(wxRect& rect); bool HandleJoystickEvent(WXUINT msg, int x, int y, WXUINT flags); - // list of disabled children before last call to our Disable() - wxWindowList *m_childrenDisabled; - // number of calls to Freeze() minus number of calls to Thaw() unsigned int m_frozenness;