]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/colour.h
minor cleanup
[wxWidgets.git] / include / wx / mac / carbon / colour.h
index f84671f77fdaa885d0a7ff2a44971eba9fcab4c7..bc015e9ecdf125b5e2a1764d5d52443c752b974e 100644 (file)
@@ -39,10 +39,6 @@ public:
     wxColour( const wxChar *colourName )
         { InitFromName(colourName); }
 
-    // copy ctors and assignment operators
-    wxColour( const wxColour& col );
-    wxColour& operator = ( const wxColour& col );
-
     // dtor
     ~wxColour();