X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92f1a59c288e0e181d2998a93220a73b89f675df..b92203a8be20debe7615492c26969d17bcd7fa8d:/include/wx/msw/frame.h diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index b90e37d8b0..cc8bd90b35 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,9 +149,6 @@ private: #if wxUSE_TOOLTIPS WXHWND m_hwndToolTip; #endif // tooltips -#ifdef __WXWINCE__ - WXHWND m_commandBar; -#endif // used by IconizeChildFrames(), see comments there bool m_wasMinimized;