X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..213ad8e72cb6e838d15bf54145d661b081dca308:/include/wx/gtk/pen.h diff --git a/include/wx/gtk/pen.h b/include/wx/gtk/pen.h index eb26d53b80..8be99f28b9 100644 --- a/include/wx/gtk/pen.h +++ b/include/wx/gtk/pen.h @@ -36,11 +36,6 @@ public: wxPen( const wxColour &colour, int width = 1, int style = wxSOLID ); ~wxPen(); - wxPen( const wxPen& pen ) - : wxGDIObject() - { Ref(pen); } - wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; } - bool Ok() const { return m_refData != NULL; } bool operator == ( const wxPen& pen ) const;