| 156 | void CUIDiaryWnd::MarkNewsAsRead(bool status) {} |
| 157 | |
| 158 | void CUIDiaryWnd::UnloadJournalTab() |
| 159 | { |
| 160 | m_UILeftWnd->DetachChild(m_SrcListWnd); |
| 161 | m_SrcListWnd->Show(false); |
| 162 | |
| 163 | m_UIRightWnd->DetachChild(m_DescrView); |
| 164 | m_DescrView->Show(false); |
| 165 | m_DescrView->Clear(); |
| 166 | } |
| 167 | |
| 168 | void CUIDiaryWnd::LoadJournalTab() |
| 169 | { |
nothing calls this directly
no test coverage detected