X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edc536d358374987326d93adb1012b6eda9435a0..a7f61f762d284fb33d12d3b2e69f05675ab675c4:/include/wx/x11/colour.h?ds=sidebyside diff --git a/include/wx/x11/colour.h b/include/wx/x11/colour.h index e5735c3b2e..622b55e014 100644 --- a/include/wx/x11/colour.h +++ b/include/wx/x11/colour.h @@ -58,9 +58,6 @@ public: // Get colour from name or wxNullColour static wxColour CreateByName(const wxString& name); - wxColour( const wxColour& col ) { Ref(col); } - wxColour& operator = ( const wxColour& col ) { Ref(col); return *this; } - ~wxColour(); bool Ok() const { return m_refData != NULL; }