]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/control.cpp
wxDbConnectInf is now converted to a class. Fully backward compatible with all versi...
[wxWidgets.git] / src / mac / control.cpp
index 161d1b71b19d575af43efb753e0e506d861d1563..ab62f4034d6009dfa6419556c2e52cbfc24cc795 100644 (file)
@@ -203,9 +203,6 @@ void wxControl::MacPreControlCreate( wxWindow *parent, wxWindowID id, wxString l
        m_y = y ;
                
 
        m_y = y ;
                
 
-       Point localOrigin ;
-       Rect    clipRect ;
-       
        parent->MacClientToRootWindow( &x , &y ) ;
        outBounds->top = y + m_macVerticalBorder ;
        outBounds->left = x + m_macHorizontalBorder ;
        parent->MacClientToRootWindow( &x , &y ) ;
        outBounds->top = y + m_macVerticalBorder ;
        outBounds->left = x + m_macHorizontalBorder ;