compilo introduced fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-08-11 04:41:11 +00:00
parent a9b456ff08
commit 431a371933

View 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 ;