mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
MemoryWindow: Convert event table over to bound events
Event tables are the old method of performing event binding.
This commit is contained in:
@ -39,8 +39,6 @@ private:
|
||||
FindPrevious
|
||||
};
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
void CreateGUI();
|
||||
wxSizer* CreateRightHandSideSizer();
|
||||
wxSizer* CreateSearchSizer();
|
||||
|
Reference in New Issue
Block a user