]> git.saurik.com Git - wxWidgets.git/commitdiff
warning fix
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 21 Feb 2005 18:33:03 +0000 (18:33 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 21 Feb 2005 18:33:03 +0000 (18:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/bitmap.cpp

index 323621e9bd2c2df037e29b0a6c42605fcf198870..3e1761ba738643f75645919a619bb9e365899795 100644 (file)
@@ -367,7 +367,6 @@ PicHandle wxBitmapRefData::GetPictHandle()
     {
         CGrafPtr        origPort = NULL ;
         GDHandle        origDev = NULL ;
-        PicHandle       pict = NULL ;
         GWorldPtr       wp = NULL ;
         GWorldPtr       mask = NULL ;
         int height = GetHeight() ;