]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
added Show/HideNativeCaret() (patch 759924)
[wxWidgets.git] / include / wx / msw / frame.h
index b90e37d8b0e18c9f599f6f15174790022c146ae3..cc8bd90b35dc33fdaa9743b1c98239fc0097ca3d 100644 (file)
@@ -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;