]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/cursor.cpp
enter wxPendingEventLocker critical section in ProcessPendingEvents() (fixes 1720352)
[wxWidgets.git] / src / mgl / cursor.cpp
index 709b59e34f341f94e25fcfd6366814c77656e59e..5b9c7899d1e3b201ee01259d6308d174fc06b55c 100644 (file)
@@ -175,16 +175,6 @@ wxCursor::~wxCursor()
     // wxObject unrefs data
 }
 
-bool wxCursor::operator == (const wxCursor& cursor) const
-{
-    return (m_refData == cursor.m_refData);
-}
-
-bool wxCursor::operator != (const wxCursor& cursor) const
-{
-    return (m_refData != cursor.m_refData);
-}
-
 bool wxCursor::IsOk() const
 {
     return (m_refData != NULL);