X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14ba002a91134d0e4ae266567f74c038ccdd9487..fbf618dff87a9e4a88d5be458cecc50309b30af3:/include/wx/treebase.h?ds=sidebyside 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;