]> git.saurik.com Git - wxWidgets.git/commitdiff
removing Quickdraw call
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 28 Feb 2012 16:30:58 +0000 (16:30 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 28 Feb 2012 16:30:58 +0000 (16:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/core/bitmap.cpp

index e62ab8f7a9c29d09b5682e1da2b9343126d01fcd..20449c04a6380c0c24555610155365b8affe9519 100644 (file)
@@ -747,7 +747,6 @@ void wxBitmapRefData::Free()
 #ifndef __LP64__
     if ( m_pictHandle )
     {
-        KillPicture( m_pictHandle ) ;
         m_pictHandle = NULL ;
     }
 #endif