MemoryWindow: Convert event table over to bound events

Event tables are the old method of performing event binding.
This commit is contained in:
Lioncash
2017-04-30 04:43:55 -04:00
parent aad9fd6751
commit 9a778786df
2 changed files with 15 additions and 14 deletions

View File

@ -39,8 +39,6 @@ private:
FindPrevious
};
DECLARE_EVENT_TABLE()
void CreateGUI();
wxSizer* CreateRightHandSideSizer();
wxSizer* CreateSearchSizer();