TASInputDlg: Use Bind over Connect for event handling

This commit is contained in:
Lioncash 2014-11-02 14:16:07 -05:00
commit 444e4fe3cf
2 changed files with 11 additions and 16 deletions

View file

@ -114,6 +114,4 @@ class TASInputDlg : public wxDialog
bool m_is_wii = false;
wxGridSizer* const m_buttons_dpad = new wxGridSizer(3);
DECLARE_EVENT_TABLE();
};