| 1013 | } |
| 1014 | |
| 1015 | void CLogView::ResetToLine(int line) |
| 1016 | { |
| 1017 | StopTracking(); |
| 1018 | m_firstLine = line; |
| 1019 | ApplyFilters(); |
| 1020 | } |
| 1021 | |
| 1022 | void CLogView::OnViewExcludeLines(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1023 | { |
nothing calls this directly
no outgoing calls
no test coverage detected