removing Quickdraw call

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-02-28 16:30:58 +00:00
parent 4d87e34d03
commit 13842bbf04

View File

@@ -747,7 +747,6 @@ void wxBitmapRefData::Free()
#ifndef __LP64__
if ( m_pictHandle )
{
KillPicture( m_pictHandle ) ;
m_pictHandle = NULL ;
}
#endif