mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
TASInputDlg: Use Bind over Connect for event handling
This commit is contained in:
@ -114,6 +114,4 @@ class TASInputDlg : public wxDialog
|
||||
bool m_is_wii = false;
|
||||
|
||||
wxGridSizer* const m_buttons_dpad = new wxGridSizer(3);
|
||||
|
||||
DECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
Reference in New Issue
Block a user