diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-04 23:46:37 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-08 19:21:29 -0400 |
| commit | d4eb0684f76b012dbec22285100808608fd2b914 (patch) | |
| tree | 54d7f550e09cefb10a347e4b3039aee696ae7520 /Source/UnitTests/TestUtils/StubHost.cpp | |
| parent | 99dc069b9a19661cf529028f3d6d1aa5ee69cf29 (diff) | |
Core: Kill off Host_UpdateBreakPointView()
Uses wxWidgets event propagation to the parent window which then appropriately handles the breakpoint list updating.
Diffstat (limited to 'Source/UnitTests/TestUtils/StubHost.cpp')
| -rw-r--r-- | Source/UnitTests/TestUtils/StubHost.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/UnitTests/TestUtils/StubHost.cpp b/Source/UnitTests/TestUtils/StubHost.cpp index 7dc5871c8e..c1c1adcae9 100644 --- a/Source/UnitTests/TestUtils/StubHost.cpp +++ b/Source/UnitTests/TestUtils/StubHost.cpp @@ -20,7 +20,6 @@ void Host_UpdateTitle(const std::string&) {} void Host_UpdateLogDisplay() {} void Host_UpdateDisasmDialog() {} void Host_UpdateMainFrame() {} -void Host_UpdateBreakPointView() {} void Host_GetRenderWindowSize(int&, int&, int&, int&) {} void Host_RequestRenderWindowSize(int, int) {} void Host_SetStartupDebuggingParameters() {} |
