]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/icon.h
added wxDisplay::GetClientArea() (currently implemented for single display and MSW...
[wxWidgets.git] / include / wx / x11 / icon.h
index b9e749f2f8ce3ebf270941a071bf9b7752f3ba30..50272abd0330b9e618c3da078775cc370c4e50d1 100644 (file)
@@ -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); }