| 974 | } |
| 975 | |
| 976 | void CFrameEditor::OnEditDelete() |
| 977 | { |
| 978 | SetSelection(model_->GetActiveSelection()); // // // |
| 979 | m_pMainFrame->AddAction(std::make_unique<CFActionDeleteSel>( )); // // // |
| 980 | } |
| 981 | |
| 982 | std::pair<CFrameIterator, CFrameIterator> CFrameEditor::GetIterators() const // // // |
| 983 | { |
nothing calls this directly
no test coverage detected