X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..1191c93ebc356c379a6c20c0214b3a14562cfbdf:/include/wx/msw/colour.h diff --git a/include/wx/msw/colour.h b/include/wx/msw/colour.h index 556a5b9621..824ab55c10 100644 --- a/include/wx/msw/colour.h +++ b/include/wx/msw/colour.h @@ -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();