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:
parent
f2b78b596a
commit
7e05644339
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user