X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..991d57f8443fc8a31c2ad3e3a8180af08a6394d6:/include/wx/x11/icon.h?ds=sidebyside diff --git a/include/wx/x11/icon.h b/include/wx/x11/icon.h index b9e749f2f8..50272abd03 100644 --- a/include/wx/x11/icon.h +++ b/include/wx/x11/icon.h @@ -22,7 +22,6 @@ class WXDLLIMPEXP_CORE wxIcon: public wxBitmap { public: wxIcon(); - wxIcon( const wxIcon& icon); wxIcon( const char **bits, int width=-1, int height=-1 ); // For compatibility with wxMSW where desired size is sometimes required to @@ -39,7 +38,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); }