mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
DolphinWX: Eliminate most usages of event tables in the debugger.
Moves things over to Bind.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user