diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-15 15:10:41 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-15 15:18:28 -0400 |
| commit | cf46ac7dc952abf1ee67c3f938a4bd6b6c5973d5 (patch) | |
| tree | 79e682d44cbfc7131f8587ca5d4b0ef37b4f97c8 /Source/Core/DolphinWX/MainNoGUI.cpp | |
| parent | d5d5580424d92c56f8f3d964e1437c744737c67d (diff) | |
Core: Kill off Host_ShowJitResults
Another host function that can be killed off by simple wx event handling
Diffstat (limited to 'Source/Core/DolphinWX/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/MainNoGUI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/MainNoGUI.cpp b/Source/Core/DolphinWX/MainNoGUI.cpp index fe0d960a03..9befeb4b59 100644 --- a/Source/Core/DolphinWX/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/MainNoGUI.cpp @@ -47,8 +47,6 @@ static bool running = true; void Host_NotifyMapLoaded() {} void Host_RefreshDSPDebuggerWindow() {} -void Host_ShowJitResults(unsigned int address){} - static Common::Event updateMainFrameEvent; void Host_Message(int Id) { |
