diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-05 00:35:53 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-08 19:21:40 -0400 |
| commit | 7bf82f19895f1f6b01d5b3971e1e9e4dae5dc154 (patch) | |
| tree | d0dac0bbf10331f0a95ad9b223fe463b8b00c893 /Source/Core/DolphinWX/Debugger/CodeWindow.cpp | |
| parent | a0a533d3a3ac6b2257d2b7c88033d95d47dcce83 (diff) | |
Core: Kill off Host_UpdateLogDisplay()
This was actually never used as far as I can tell. There was no wx event handling done whatsoever for the global ID, So this is basically a dead function.
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/CodeWindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp index dbc2e50608..a5717b2eb3 100644 --- a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp +++ b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp @@ -285,7 +285,6 @@ void CCodeWindow::SingleStep() // need a short wait here JumpToAddress(PC); Update(); - Host_UpdateLogDisplay(); } } |
