removed unused variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user