]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/utils.cpp
Disable typemap for wxImage constructors
[wxWidgets.git] / src / mac / carbon / utils.cpp
index 00a59e4527677c1006833039b00557c4748b5391..235bf424b1079fa94d9cc130905b327ceb7a53c9 100644 (file)
@@ -1382,7 +1382,6 @@ void wxMacControl::ScrollRect( wxRect *r , int dx , int dy )
        {
                Rect bounds ;
                GetControlBounds( m_controlRef , &bounds ) ;
-               Point topleft = { bounds.top , bounds.left } ;
                bounds.left += r->x ;
                bounds.top += r->y ;
                bounds.bottom = bounds.top + r->height ;