]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/brush.h
added wxArtProvider::InsertProvider to accompany PushProvider
[wxWidgets.git] / include / wx / gtk1 / brush.h
index ecdfe463981e55686594dcba1ce547b08e321546..eb425d067e0acd7fb8882df02aaade6b41237310 100644 (file)
@@ -36,11 +36,6 @@ public:
     wxBrush( const wxBitmap &stippleBitmap );
     ~wxBrush();
 
-    wxBrush( const wxBrush &brush )
-        : wxBrushBase()
-        { Ref(brush); }
-    wxBrush& operator = ( const wxBrush& brush ) { Ref(brush); return *this; }
-
     bool Ok() const { return m_refData != NULL; }
 
     bool operator == ( const wxBrush& brush ) const;