]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Implement deep copy of wxBitmapRefData
[wxWidgets.git] / include / wx / image.h
index 21e322bf2cf71ac8eb4dd407c0775c08f159a160..b1d7eea62a89a3c29a038b8d14f68bac365806cc 100644 (file)
@@ -392,11 +392,6 @@ public:
     // -1.0..1.0 where -1.0 is -360 degrees and 1.0 is 360 degrees
     void RotateHue(double angle);
 
-    bool operator == (const wxImage& image) const
-        { return m_refData == image.m_refData; }
-    bool operator != (const wxImage& image) const
-        { return m_refData != image.m_refData; }
-
     static wxList& GetHandlers() { return sm_handlers; }
     static void AddHandler( wxImageHandler *handler );
     static void InsertHandler( wxImageHandler *handler );