]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/cursor.cpp
Added wxMGL switch
[wxWidgets.git] / src / msw / cursor.cpp
index 2478d85df13cd62c3c49145be8c86a343d6f2f7b..3ea5cb74975026f37c3742b4806406eaccbe18f0 100644 (file)
@@ -270,10 +270,6 @@ wxCursor::wxCursor(const wxString& filename,
     if ( hcursor )
     {
         m_refData = new wxCursorRefData(hcursor, true /* delete it later */);
-
-#if WXWIN_COMPATIBILITY_2
-        ((wxCursorRefData *)m_refData)->SetOk();
-#endif // WXWIN_COMPATIBILITY_2
     }
 }