X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2fc40b4786f7ae8c255ce1184441bd94d9554a0..dd9f8b6bb6935360a8271dc3e8749fb026b601a8:/include/wx/palmos/window.h?ds=sidebyside diff --git a/include/wx/palmos/window.h b/include/wx/palmos/window.h index aeb2a5f9a9..25965867b9 100644 --- a/include/wx/palmos/window.h +++ b/include/wx/palmos/window.h @@ -73,8 +73,6 @@ public: virtual void Refresh( bool eraseBackground = true, const wxRect *rect = NULL ); virtual void Update(); - virtual void Freeze(); - virtual void Thaw(); virtual bool SetCursor( const wxCursor &cursor ); virtual bool SetFont( const wxFont &font ); @@ -271,9 +269,6 @@ private: bool HandleMoving(wxRect& rect); bool HandleJoystickEvent(WXUINT msg, int x, int y, WXUINT flags); - // number of calls to Freeze() minus number of calls to Thaw() - unsigned int m_frozenness; - DECLARE_DYNAMIC_CLASS(wxWindowPalm) DECLARE_NO_COPY_CLASS(wxWindowPalm) DECLARE_EVENT_TABLE()