| 1592 | |
| 1593 | |
| 1594 | void GlobalDebuggerUI::RemoveForContext(UIContext* context) |
| 1595 | { |
| 1596 | g_contextMap.erase(context); |
| 1597 | } |
| 1598 | |
| 1599 | |
| 1600 | void GlobalDebuggerUI::SetActiveFrame(ViewFrame* frame) |
nothing calls this directly
no outgoing calls
no test coverage detected