| 730 | } |
| 731 | |
| 732 | void CMainFrame::ClearToolBarButtons(CToolBarCtrl& tb) |
| 733 | { |
| 734 | while (tb.DeleteButton(0)); |
| 735 | } |
| 736 | |
| 737 | void CMainFrame::InitEtwView() { |
| 738 | m_RunIcon.LoadIconWithScaleDown(IDI_PLAY, 20, 20); |
nothing calls this directly
no outgoing calls
no test coverage detected