DolphinWX: Move common wxUpdateUIEvent functions to WxEventUtils

This commit is contained in:
Lioncash
2016-11-06 08:48:12 -05:00
parent 136a10482f
commit 5022c0dfb5
6 changed files with 85 additions and 98 deletions

View File

@ -53,11 +53,6 @@ private:
void BindMainButtonEvents();
void BindDebuggerButtonEvents();
void OnUpdateIfCoreNotRunning(wxUpdateUIEvent&);
void OnUpdateIfCorePaused(wxUpdateUIEvent&);
void OnUpdateIfCoreRunningOrPaused(wxUpdateUIEvent&);
void OnUpdateIfCPUCanStep(wxUpdateUIEvent&);
void OnReloadBitmaps(wxCommandEvent&);
void InitializeBitmaps();