]> git.saurik.com Git - wxWidgets.git/commitdiff
compilo introduced fixed
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 11 Aug 2006 04:41:11 +0000 (04:41 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 11 Aug 2006 04:41:11 +0000 (04:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/glcanvas.cpp

index 28ea9f4d06ce61455a8337a911a4243119b28406..f1f70a4ecbd01393cdd2db3daf6662a061de5999 100644 (file)
@@ -273,7 +273,6 @@ void wxGLCanvas::SetViewport()
         parms[2] = hiRect.size.width ;
         parms[3] = hiRect.size.height ;
 #else
-        Rect bounds ;
         GetWindowPortBounds( MAC_WXHWND(MacGetTopLevelWindowRef()) , &bounds ) ;
         GLint parms[4] ;
         parms[0] = x ;