From: Jaakko Salli Date: Wed, 8 Oct 2008 17:02:02 +0000 (+0000) Subject: Removed wxPropertyGridInterface::SetPropertyAttributes() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/66db4345cfd449cc9a74f544916fab5e2a6b0e80?ds=inline Removed wxPropertyGridInterface::SetPropertyAttributes() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/propgridiface.h b/include/wx/propgrid/propgridiface.h index 75946b0792..3e4f83eea5 100644 --- a/include/wx/propgrid/propgridiface.h +++ b/include/wx/propgrid/propgridiface.h @@ -856,15 +856,6 @@ public: */ void SetPropertyAttributeAll( const wxString& attrName, wxVariant value ); - /** Sets attributes from a wxPGAttributeStorage. - */ - void SetPropertyAttributes( wxPGPropArg id, - const wxPGAttributeStorage& attributes ) - { - wxPG_PROP_ARG_CALL_PROLOG() - p->SetAttributes(attributes); - } - /** Sets text, bitmap, and colours for given column's cell. @remarks