remove unneeded m_inputHandler initialization (already done in the base class ctor)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-09-12 22:20:15 +00:00
parent f2b78b596a
commit 7e05644339

View File

@ -55,8 +55,6 @@ WX_FORWARD_TO_INPUT_CONSUMER(wxControl)
void wxControl::Init()
{
m_indexAccel = -1;
m_inputHandler = (wxInputHandler *)NULL;
}
bool wxControl::Create(wxWindow *parent,