X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edc536d358374987326d93adb1012b6eda9435a0..1a3675647115b4db4fb6860793a47320c61e5273:/include/wx/gtk1/colour.h?ds=sidebyside diff --git a/include/wx/gtk1/colour.h b/include/wx/gtk1/colour.h index e168cb3810..7bd893b322 100644 --- a/include/wx/gtk1/colour.h +++ b/include/wx/gtk1/colour.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/colour.h +// Name: wx/gtk1/colour.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -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; }