| 1074 | } |
| 1075 | |
| 1076 | void CFrameEditor::OnEditSelectframe() // // // |
| 1077 | { |
| 1078 | SetSelection(model_->MakeFrameSelection(model_->GetCurrentFrame())); |
| 1079 | } |
| 1080 | |
| 1081 | void CFrameEditor::OnEditSelectchannel() // // // |
| 1082 | { |
nothing calls this directly
no test coverage detected