X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14ba002a91134d0e4ae266567f74c038ccdd9487..07f93593809177eda6317a13f9b111759a52a3d2:/include/wx/treebase.h diff --git a/include/wx/treebase.h b/include/wx/treebase.h index 884cd3be01..bd9ae42ff0 100644 --- a/include/wx/treebase.h +++ b/include/wx/treebase.h @@ -300,11 +300,6 @@ public: void SetToolTip(const wxString& toolTip) { m_label = toolTip; } wxString GetToolTip() { return m_label; } -#if WXWIN_COMPATIBILITY_2_2 - // for compatibility only, don't use - wxDEPRECATED( int GetCode() const); -#endif // WXWIN_COMPATIBILITY_2_2 - private: // not all of the members are used (or initialized) for all events wxKeyEvent m_evtKey;