X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edc536d358374987326d93adb1012b6eda9435a0..f554a14b8989125033f32fd9bfc4ef877664eb39:/include/wx/x11/colour.h 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; }