X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..dee059c469b87ac01db30fbf6dc069106b6150cc:/include/wx/gtk1/cursor.h?ds=sidebyside diff --git a/include/wx/gtk1/cursor.h b/include/wx/gtk1/cursor.h index 30969ed9ef..eba3d24b1b 100644 --- a/include/wx/gtk1/cursor.h +++ b/include/wx/gtk1/cursor.h @@ -35,8 +35,6 @@ public: int hotSpotX=-1, int hotSpotY=-1, const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL ); virtual ~wxCursor(); - bool operator == ( const wxCursor& cursor ) const; - bool operator != ( const wxCursor& cursor ) const; bool Ok() const { return IsOk(); } bool IsOk() const;