]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/bitmap.h
don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check...
[wxWidgets.git] / include / wx / palmos / bitmap.h
index 983fcc0ce3d6551db0d3ee8128584702eeb15fc2..71f4d9bef96ebe3c6111d94633d9d59289a1f748 100644 (file)
@@ -132,9 +132,6 @@ public:
     wxMask *GetMask() const;
     void SetMask(wxMask *mask);
 
-    bool operator==(const wxBitmap& bitmap) const { return m_refData == bitmap.m_refData; }
-    bool operator!=(const wxBitmap& bitmap) const { return m_refData != bitmap.m_refData; }
-
     // these functions are internal and shouldn't be used, they risk to
     // disappear in the future
     bool HasAlpha() const;