]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed wxPropertyGridInterface::SetPropertyAttributes()
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 8 Oct 2008 17:02:02 +0000 (17:02 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 8 Oct 2008 17:02:02 +0000 (17:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgridiface.h

index 75946b0792803be98e008ebad8106f7443ae0e56..3e4f83eea57bb4ed51dd2a630b7a8de0a6b3418b 100644 (file)
@@ -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