X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ebb1c57f8e6afa6f0957ab67308109a89b86fcc3..08202189cbf2f78d932f85b9733b69e24f08e58c:/include/wx/mac/carbon/frame.h diff --git a/include/wx/mac/carbon/frame.h b/include/wx/mac/carbon/frame.h index b047c2bdf3..3119b143fe 100644 --- a/include/wx/mac/carbon/frame.h +++ b/include/wx/mac/carbon/frame.h @@ -82,13 +82,6 @@ public: const wxString& name = wxStatusLineNameStr); #endif // wxUSE_STATUSBAR - // tooltip management -#if wxUSE_TOOLTIPS - wxMacToolTip* GetToolTipCtrl() const { return m_hwndToolTip; } - void SetToolTipCtrl(wxMacToolTip *tt) { m_hwndToolTip = tt; } - wxMacToolTip* m_hwndToolTip ; -#endif // tooltips - // called by wxWindow whenever it gets focus void SetLastFocus(wxWindow *win) { m_winLastFocused = win; } wxWindow *GetLastFocus() const { return m_winLastFocused; }