X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edc536d358374987326d93adb1012b6eda9435a0..968f291be6686f70b259d9449089be204e51080e:/include/wx/gtk/colour.h diff --git a/include/wx/gtk/colour.h b/include/wx/gtk/colour.h index e168cb3810..c575cc5435 100644 --- a/include/wx/gtk/colour.h +++ b/include/wx/gtk/colour.h @@ -53,12 +53,6 @@ public: wxColour( const wxChar *colourName ) { InitFromName( wxString(colourName) ); } #endif - - wxColour( const wxColour& col ) - : wxGDIObject() - { Ref(col); } - wxColour& operator = ( const wxColour& col ) { Ref(col); return *this; } - ~wxColour(); bool Ok() const { return m_refData != NULL; }