]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/icon.cpp
can't pass objects through ... (please don't ever ignore this gcc warning)
[wxWidgets.git] / src / x11 / icon.cpp
index e563e7b5482499a6d7c89235d7545890727638e3..1d428034e60cc57a0e22f315328a81d2296b1d01 100644 (file)
@@ -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);