From: Robin Dunn <robin@alldunn.com>
Date: Tue, 29 Jun 2004 18:02:13 +0000 (+0000)
Subject: removed some commented out code that should have been removed in the
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aa2e1f3d440ff138a1778fd571ce8cb79cca34c3

removed some commented out code that should have been removed in the
last commit


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

diff --git a/src/msw/spinctrl.cpp b/src/msw/spinctrl.cpp
index 2531dd54c9..ee0c5794e9 100644
--- a/src/msw/spinctrl.cpp
+++ b/src/msw/spinctrl.cpp
@@ -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);