X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..89064717333f33c6ec477cf25e5692e3f4d6a1dd:/include/wx/palmos/cursor.h?ds=sidebyside diff --git a/include/wx/palmos/cursor.h b/include/wx/palmos/cursor.h index ef083421ad..f4e8a90e0d 100644 --- a/include/wx/palmos/cursor.h +++ b/include/wx/palmos/cursor.h @@ -32,10 +32,6 @@ public: wxCursor(int idCursor); virtual ~wxCursor(); - bool operator==(const wxCursor& cursor) const; - bool operator!=(const wxCursor& cursor) const - { return !(*this == cursor); } - // implementation only void SetHCURSOR(WXHCURSOR cursor) { SetHandle((WXHANDLE)cursor); } WXHCURSOR GetHCURSOR() const { return (WXHCURSOR)GetHandle(); }