X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..623a195ec2e8fde5106a221d4547db331ebb6676:/include/wx/dfb/bitmap.h diff --git a/include/wx/dfb/bitmap.h b/include/wx/dfb/bitmap.h index 0bbda585bf..affe69eaed 100644 --- a/include/wx/dfb/bitmap.h +++ b/include/wx/dfb/bitmap.h @@ -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);