X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92f1a59c288e0e181d2998a93220a73b89f675df..0ca4ab85b71e0063ff7d323b77c940219446f7fb:/include/wx/msw/frame.h diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index b90e37d8b0..7222108b45 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -102,12 +102,6 @@ public: // current size - this has an effect of refreshing the window layout virtual void SendSizeEvent(); -#ifdef __WXWINCE__ - WXHWND GetCommandBar() { return m_commandBar; } - WXHWND CreateCommandBar() ; - void RemoveCommandBar() ; -#endif - protected: // common part of all ctors void Init(); @@ -155,15 +149,12 @@ private: #if wxUSE_TOOLTIPS WXHWND m_hwndToolTip; #endif // tooltips -#ifdef __WXWINCE__ - WXHWND m_commandBar; -#endif // used by IconizeChildFrames(), see comments there bool m_wasMinimized; DECLARE_EVENT_TABLE() - DECLARE_DYNAMIC_CLASS(wxFrame) + DECLARE_DYNAMIC_CLASS_NO_COPY(wxFrame) }; #endif