X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ab48d64054e5ec00f908ae3df2648ba4ce17dfe..210bb741b94a7a4a015de730017c3576afe7a8f1:/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;