X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/968eb2ef396c78442ffea7a2463f3777ca6d1632..4bfec1790f526d462f8f2ce107f8a83f725d9192:/include/wx/x11/icon.h diff --git a/include/wx/x11/icon.h b/include/wx/x11/icon.h index 7ced9173c5..50272abd03 100644 --- a/include/wx/x11/icon.h +++ b/include/wx/x11/icon.h @@ -12,10 +12,6 @@ #ifndef _WX_ICON_H_ #define _WX_ICON_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "icon.h" -#endif - #include "wx/bitmap.h" //----------------------------------------------------------------------------- @@ -26,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 @@ -43,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); }