]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused variables
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 30 Jan 2001 21:15:53 +0000 (21:15 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 30 Jan 2001 21:15:53 +0000 (21:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/control.cpp
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 ;
                
 
-       Point localOrigin ;
-       Rect    clipRect ;
-       
        parent->MacClientToRootWindow( &x , &y ) ;
        outBounds->top = y + m_macVerticalBorder ;
        outBounds->left = x + m_macHorizontalBorder ;
index 161d1b71b19d575af43efb753e0e506d861d1563..ab62f4034d6009dfa6419556c2e52cbfc24cc795 100644 (file)
@@ -203,9 +203,6 @@ void wxControl::MacPreControlCreate( wxWindow *parent, wxWindowID id, wxString l
        m_y = y ;
                
 
-       Point localOrigin ;
-       Rect    clipRect ;
-       
        parent->MacClientToRootWindow( &x , &y ) ;
        outBounds->top = y + m_macVerticalBorder ;
        outBounds->left = x + m_macHorizontalBorder ;