DolphinWX: Eliminate most usages of event tables in the debugger.

Moves things over to Bind.
This commit is contained in:
Lioncash
2014-11-05 22:19:52 -05:00
parent be386e974b
commit ee22d091a0
24 changed files with 81 additions and 171 deletions

View File

@ -15,8 +15,7 @@
class CRegisterView;
class wxWindow;
class CRegisterWindow
: public wxPanel
class CRegisterWindow : public wxPanel
{
public:
CRegisterWindow(wxWindow* parent,
@ -28,10 +27,7 @@ public:
void NotifyUpdate();
private:
DECLARE_EVENT_TABLE();
enum
{
ID_GPR = 1002