X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..52170c5b4419c63d6e0083df411aad420395ec98:/include/wx/x11/cursor.h 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;