SN: Removed use of undefined refData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -131,10 +131,6 @@ bool wxBitmap::CopyFromIcon(
|
|||||||
if (!rIcon.Ok())
|
if (!rIcon.Ok())
|
||||||
return(FALSE);
|
return(FALSE);
|
||||||
|
|
||||||
#if WXWIN_COMPATIBILITY_2
|
|
||||||
refData->m_ok = TRUE;
|
|
||||||
#endif // WXWIN_COMPATIBILITY_2
|
|
||||||
|
|
||||||
return CopyFromIconOrCursor(rIcon);
|
return CopyFromIconOrCursor(rIcon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user