X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff1e1474ed73101f6d8bbb1f229f2204a83b9950..8aea37a9df3a2f5ca949ff466bbf698a4b2e3062:/include/wx/propgrid/propgridiface.h 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