X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..707c4418929f09dfd8f5fb0f0d5aec3bb0775bd8:/include/wx/palmos/listctrl.h?ds=sidebyside diff --git a/include/wx/palmos/listctrl.h b/include/wx/palmos/listctrl.h index 421a027cba..7f4271c3f4 100644 --- a/include/wx/palmos/listctrl.h +++ b/include/wx/palmos/listctrl.h @@ -213,9 +213,6 @@ public: // Add or remove a single window style void SetSingleStyle(long style, bool add = true) ; - // Set the whole window style - void SetWindowStyleFlag(long style) ; - // Searches for an item, starting from 'item'. // item can be -1 to find the first item that matches the // specified flags. @@ -348,10 +345,6 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); - - // obsolete stuff, for compatibility only -- don't use - wxDEPRECATED( int GetItemSpacing(bool isSmall) const); - protected: // common part of all ctors void Init();