From aa2e1f3d440ff138a1778fd571ce8cb79cca34c3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 29 Jun 2004 18:02:13 +0000 Subject: [PATCH] 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 --- src/msw/spinctrl.cpp | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.45.2