X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..4e2251ecd324ba89c486434485efcb1d32ee7dca:/include/wx/dfb/cursor.h 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;