X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f12c2c9555e3498d5c27c9245f1bcaec2bcd2c2..3f26ef31422b9d1496d9f19d53a489f6f04a1090:/include/wx/mgl/icon.h diff --git a/include/wx/mgl/icon.h b/include/wx/mgl/icon.h index e79f001ae2..03d1c437a1 100644 --- a/include/wx/mgl/icon.h +++ b/include/wx/mgl/icon.h @@ -7,14 +7,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __WX_ICON_H__ #define __WX_ICON_H__ -#ifdef __GNUG__ -#pragma interface "icon.h" -#endif - #include "wx/defs.h" #include "wx/object.h" #include "wx/bitmap.h" @@ -33,7 +28,6 @@ class WXDLLEXPORT wxIcon: public wxBitmap { public: wxIcon() : wxBitmap() {} - wxIcon(const wxIcon& icon); wxIcon(const char **bits, int width=-1, int height=-1); wxIcon(char **bits, int width=-1, int height=-1); @@ -48,7 +42,6 @@ public: { } - wxIcon& operator=(const wxIcon& icon); bool operator==(const wxIcon& icon) const { return m_refData == icon.m_refData; } bool operator!=(const wxIcon& icon) const { return !(*this == icon); }