X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..edc09871744140f16b2ef6b7abaa2289d7deb260:/include/wx/mgl/cursor.h diff --git a/include/wx/mgl/cursor.h b/include/wx/mgl/cursor.h index 9cbc07a306..1b3f118b3f 100644 --- a/include/wx/mgl/cursor.h +++ b/include/wx/mgl/cursor.h @@ -33,8 +33,6 @@ public: long flags = wxBITMAP_TYPE_CUR_RESOURCE, int hotSpotX = 0, int hotSpotY = 0); virtual ~wxCursor(); - bool operator == (const wxCursor& cursor) const; - bool operator != (const wxCursor& cursor) const; bool Ok() const { return IsOk(); } bool IsOk() const;