X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..1191c93ebc356c379a6c20c0214b3a14562cfbdf:/include/wx/msw/colour.h?ds=sidebyside diff --git a/include/wx/msw/colour.h b/include/wx/msw/colour.h index 421ea35a9b..824ab55c10 100644 --- a/include/wx/msw/colour.h +++ b/include/wx/msw/colour.h @@ -6,16 +6,12 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #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();