X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..5debbdcf7b6c6e493aa5c475fd2744a22b2bf4f9:/include/wx/dfb/cursor.h?ds=sidebyside diff --git a/include/wx/dfb/cursor.h b/include/wx/dfb/cursor.h index 7ebd2e81d7..03efa522fa 100644 --- a/include/wx/dfb/cursor.h +++ b/include/wx/dfb/cursor.h @@ -34,8 +34,6 @@ public: bool Ok() const { return IsOk(); } bool IsOk() const; - bool operator==(const wxCursor& cursor) const; - bool operator!=(const wxCursor& cursor) const { return !(*this == cursor); } // implementation wxBitmap GetBitmap() const;