]> 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 5b9c7899d1e3b201ee01259d6308d174fc06b55c..b43d0b254b3c3c7a7ee199312d0c9f454559eb8d 100644 (file)
@@ -175,11 +175,6 @@ wxCursor::~wxCursor()
     // wxObject unrefs data
 }
 
-bool wxCursor::IsOk() const
-{
-    return (m_refData != NULL);
-}
-
 MGLCursor *wxCursor::GetMGLCursor() const
 {
     return M_CURSORDATA->m_cursor;