]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridiface.h
use buffered streams to reduce the number of TCP packets used per IPC command from...
[wxWidgets.git] / 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