X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aad6765cbd8916ddeb0362b091663138c2e74df3..1191c93ebc356c379a6c20c0214b3a14562cfbdf:/include/wx/msw/colour.h diff --git a/include/wx/msw/colour.h b/include/wx/msw/colour.h index d9bcb9319d..824ab55c10 100644 --- a/include/wx/msw/colour.h +++ b/include/wx/msw/colour.h @@ -12,10 +12,6 @@ #ifndef _WX_COLOUR_H_ #define _WX_COLOUR_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "colour.h" -#endif - #include "wx/object.h" // ---------------------------------------------------------------------------- @@ -42,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();