From: Ryan Norton Date: Fri, 24 Sep 2004 21:48:54 +0000 (+0000) Subject: remove unused varaible X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7c2779590d7128bf7354e86dd0e487f09fe3434c?ds=inline remove unused varaible git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/textctrl.cpp b/src/mac/carbon/textctrl.cpp index 8f28ec3dcc..7129086a11 100644 --- a/src/mac/carbon/textctrl.cpp +++ b/src/mac/carbon/textctrl.cpp @@ -360,8 +360,6 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id, if ( !wxTextCtrlBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) ) return FALSE; - wxSize mySize = size ; - Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ; if ( m_windowStyle & wxTE_MULTILINE )