]> git.saurik.com Git - wxWidgets.git/commitdiff
remove unused varaible
authorRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 21:48:54 +0000 (21:48 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 21:48:54 +0000 (21:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/textctrl.cpp

index 8f28ec3dcc189088fb41081716f3055bf9553fe9..7129086a115085308d4ff57d0cf4e1e4f688e1be 100644 (file)
@@ -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 )