]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/bitmap.h
The dataview sample compiles now, but doesn't work yet...
[wxWidgets.git] / include / wx / dfb / bitmap.h
index 0bbda585bfc94447864a00d47f4bc7a7f9332f57..affe69eaedd16aeecf5bdb79494de9de7c3a5b12 100644 (file)
@@ -39,8 +39,6 @@ public:
 
     bool Ok() const { return IsOk(); }
     bool IsOk() const;
-    bool operator==(const wxBitmap& bmp) const;
-    bool operator!=(const wxBitmap& bmp) const { return !(*this == bmp); }
 
     bool Create(const wxIDirectFBSurfacePtr& surface);
     bool Create(int width, int height, int depth = -1);