]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/icon.h
moved duplicated wxRegionContain definitions to wx/region.h
[wxWidgets.git] / include / wx / os2 / icon.h
index 2f000c4aa4b08299050d44e09b1990868f579d2f..08f54374f2d158dd1c58cadf3e09029b28c5bc01 100644 (file)
@@ -40,9 +40,6 @@ class WXDLLEXPORT wxIcon: public wxIconBase
 public:
     wxIcon();
 
-    // Copy constructors
-    inline wxIcon(const wxIcon& icon) { Ref(icon); }
-
     wxIcon( const char bits[]
            ,int        nWidth
            ,int        nHeight
@@ -67,8 +64,6 @@ public:
                   ,int             nDesiredHeight = -1
                  );
 
-    inline wxIcon& operator = (const wxIcon& rIcon)
-       { if (*this != rIcon) Ref(rIcon); return *this; }
     inline bool operator == (const wxIcon& rIcon) const
        { return m_refData == rIcon.m_refData; }
     inline bool operator != (const wxIcon& rIcon) const