X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..a9e8bf2dd9bccb38eb39fba955125aaf23d6f500:/include/wx/mgl/icon.h?ds=inline diff --git a/include/wx/mgl/icon.h b/include/wx/mgl/icon.h index bd897febc7..03d1c437a1 100644 --- a/include/wx/mgl/icon.h +++ b/include/wx/mgl/icon.h @@ -28,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); @@ -43,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); }