]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/icon.cpp
call SetWindowPos(SWP_FRAMECHANGED) after changing some styles (patch 1445096)
[wxWidgets.git] / src / x11 / icon.cpp
index b74a3ca7d6083ad5c4f198c9ef82a49167bc54bb..1d428034e60cc57a0e22f315328a81d2296b1d01 100644 (file)
@@ -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);