Removed unused event table entries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -180,7 +180,6 @@ static wxWindow* gpWinBeingCreated = NULL;
|
||||
BEGIN_EVENT_TABLE(wxWindowOS2, wxWindowBase)
|
||||
EVT_ERASE_BACKGROUND(wxWindowOS2::OnEraseBackground)
|
||||
EVT_SYS_COLOUR_CHANGED(wxWindowOS2::OnSysColourChanged)
|
||||
EVT_INIT_DIALOG(wxWindowOS2::OnInitDialog)
|
||||
EVT_IDLE(wxWindowOS2::OnIdle)
|
||||
EVT_SET_FOCUS(wxWindowOS2::OnSetFocus)
|
||||
END_EVENT_TABLE()
|
||||
|
Reference in New Issue
Block a user