Removed unnecessary assignment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-02-07 12:21:42 +00:00
parent 7f0213cad6
commit 11ab3d4687

View File

@@ -374,8 +374,6 @@ bool wxSpinCtrl::Create(wxWindow *parent,
wxSpinButtonBase::SetRange(min, max);
m_oldValue = initial;
// subclass the text ctrl to be able to intercept some events
wxSetWindowUserData(GetBuddyHwnd(), this);
m_wndProcBuddy = (WXFARPROC)wxSetWindowProc(GetBuddyHwnd(),