X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..9ce754611c77501ecab87f76d948535d55769e91:/src/x11/icon.cpp diff --git a/src/x11/icon.cpp b/src/x11/icon.cpp index b74a3ca7d6..1d428034e6 100644 --- a/src/x11/icon.cpp +++ b/src/x11/icon.cpp @@ -34,18 +34,6 @@ wxIcon::wxIcon() : wxBitmap() { } -wxIcon::wxIcon( const wxIcon& icon ) : wxBitmap() -{ - Ref(icon); -} - -wxIcon& wxIcon::operator = ( const wxIcon& icon ) -{ - if (*this == icon) return (*this); - Ref(icon); - return *this; -} - void wxIcon::CopyFromBitmap(const wxBitmap& bmp) { wxIcon *icon = (wxIcon*)(&bmp);