]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/colour.h
1. changed all "wxMBConv& conv" parameters to "const wxMBConv&"
[wxWidgets.git] / include / wx / gtk1 / colour.h
index e168cb381045d1f929b3eb1fbdb0f8d3bc1d6b8a..7bd893b32281de731587155b8cb28d19b2136801 100644 (file)
@@ -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; }