]> git.saurik.com Git - wxWidgets.git/commitdiff
removed some commented out code that should have been removed in the
authorRobin Dunn <robin@alldunn.com>
Tue, 29 Jun 2004 18:02:13 +0000 (18:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 29 Jun 2004 18:02:13 +0000 (18:02 +0000)
last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/spinctrl.cpp

index 2531dd54c90825bb6db49e71ced811cde63c3575..ee0c5794e9e5117e6118825bbf35492d97fe8291 100644 (file)
@@ -384,8 +384,6 @@ bool wxSpinCtrl::Create(wxWindow *parent,
         sizeText.y = EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy);
     }
 
-    //DoMoveWindow(pos.x, pos.y,
-    //             sizeText.x + sizeBtn.x + MARGIN_BETWEEN, sizeText.y);
     SetBestSize(size);
 
     (void)::ShowWindow(GetBuddyHwnd(), SW_SHOW);