]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/cursor.cpp
ensure that the copies of the bitmap passed to wxMemoryDC ctor are not modified when...
[wxWidgets.git] / src / mgl / cursor.cpp
index 709b59e34f341f94e25fcfd6366814c77656e59e..b43d0b254b3c3c7a7ee199312d0c9f454559eb8d 100644 (file)
@@ -175,21 +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);
-}
-
 MGLCursor *wxCursor::GetMGLCursor() const
 {
     return M_CURSORDATA->m_cursor;