X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..67461bd124df1c391a7e4d7cd3e68febb2a83ee2:/include/wx/motif/cursor.h diff --git a/include/wx/motif/cursor.h b/include/wx/motif/cursor.h index 11366cc4df..e30e1f0db4 100644 --- a/include/wx/motif/cursor.h +++ b/include/wx/motif/cursor.h @@ -42,11 +42,6 @@ public: virtual bool Ok() const { return IsOk(); } virtual bool IsOk() const; - bool operator == (const wxCursor& cursor) const - { return m_refData == cursor.m_refData; } - bool operator != (const wxCursor& cursor) const - { return m_refData != cursor.m_refData; } - // Motif-specific. // Create/get a cursor for the current display WXCursor GetXCursor(WXDisplay* display) const;