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:
@@ -55,8 +55,6 @@ WX_FORWARD_TO_INPUT_CONSUMER(wxControl)
|
|||||||
void wxControl::Init()
|
void wxControl::Init()
|
||||||
{
|
{
|
||||||
m_indexAccel = -1;
|
m_indexAccel = -1;
|
||||||
|
|
||||||
m_inputHandler = (wxInputHandler *)NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxControl::Create(wxWindow *parent,
|
bool wxControl::Create(wxWindow *parent,
|
||||||
|
Reference in New Issue
Block a user