X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..bc07ab17bf5370f452e899128bf89cc7ca7b98f0:/include/wx/x11/cursor.h?ds=inline diff --git a/include/wx/x11/cursor.h b/include/wx/x11/cursor.h index 1b27f36a05..3a22621bd1 100644 --- a/include/wx/x11/cursor.h +++ b/include/wx/x11/cursor.h @@ -35,8 +35,6 @@ public: int hotSpotX=-1, int hotSpotY=-1, const char maskBits[]=0, wxColour *fg=0, wxColour *bg=0 ); virtual ~wxCursor(); - bool operator == ( const wxCursor& cursor ) const; - bool operator != ( const wxCursor& cursor ) const; bool Ok() const { return IsOk(); } bool IsOk() const;