]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/colour.h
show the function in which the assert failure occured if the compiler supports it
[wxWidgets.git] / include / wx / gtk1 / colour.h
index dab437e7b318efd90d76d9d44ad6514e44317561..7bd893b32281de731587155b8cb28d19b2136801 100644 (file)
@@ -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; }