X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..13199c3dcbb708f859aeae6b480459b7b9bb9a9d:/include/wx/gtk/brush.h?ds=inline diff --git a/include/wx/gtk/brush.h b/include/wx/gtk/brush.h index 1eb28335a6..8734ef18de 100644 --- a/include/wx/gtk/brush.h +++ b/include/wx/gtk/brush.h @@ -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;