| 1251 | } |
| 1252 | |
| 1253 | void CMainFrame::OnViewClose(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1254 | { |
| 1255 | CloseView(GetTabCtrl().GetCurSel()); |
| 1256 | } |
| 1257 | |
| 1258 | void CMainFrame::OnSources(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1259 | { |
nothing calls this directly
no outgoing calls
no test coverage detected