X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..028285e4af7232447cbb88caec61a3129cde02a7:/include/wx/x11/pen.h?ds=inline diff --git a/include/wx/x11/pen.h b/include/wx/x11/pen.h index 3103d77f25..17c2288831 100644 --- a/include/wx/x11/pen.h +++ b/include/wx/x11/pen.h @@ -38,9 +38,6 @@ public: wxPen( const wxBitmap &stipple, int width ); ~wxPen(); - wxPen( const wxPen& pen ) { Ref(pen); } - wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; } - bool Ok() const { return m_refData != NULL; } bool operator == ( const wxPen& pen ) const;