X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a11672a469f036436838911c268cb2f8d5da5bf8..ed97f493ab59a3fc510b50bad9e1cc8648fc490f:/src/x11/icon.cpp?ds=inline diff --git a/src/x11/icon.cpp b/src/x11/icon.cpp index e563e7b548..1d428034e6 100644 --- a/src/x11/icon.cpp +++ b/src/x11/icon.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "icon.h" -#endif - #include "wx/icon.h" #include "wx/window.h" @@ -38,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);