]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
no need to add . and .. explicitely to the catalogs search path, the new catalog...
[wxWidgets.git] / include / wx / msw / colour.h
index 556a5b9621a2e75b3f3933cfbac898543fa47866..824ab55c10c0a71d6e03d2effdda6e24b3d94868 100644 (file)
@@ -38,11 +38,6 @@ public:
     wxColour(const wxString &colourName) { InitFromName(colourName); }
     wxColour(const wxChar *colourName) { InitFromName(colourName); }
 
-
-    // copy ctors and assignment operators
-    wxColour(const wxColour& col);
-    wxColour& operator=( const wxColour& col);
-
     // dtor
     ~wxColour();