]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/bitmap.h
renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and
[wxWidgets.git] / include / wx / x11 / bitmap.h
index 9cf858f8935892dbeacda2e83e8036761e7ad602..5a3ab7be0b76d18f4fc2814c70a472b508fae647 100644 (file)
@@ -84,8 +84,6 @@ public:
     wxBitmap( const wxString &filename, wxBitmapType type = wxBITMAP_TYPE_XPM );
     virtual ~wxBitmap();
 
-    bool operator == ( const wxBitmap& bmp ) const;
-    bool operator != ( const wxBitmap& bmp ) const;
     bool Ok() const { return IsOk(); }
     bool IsOk() const;