| 50 | } |
| 51 | |
| 52 | int CFrameEditorModel::GetCurrentFrame() const { |
| 53 | return view_->GetSelectedFrame(); |
| 54 | } |
| 55 | |
| 56 | int CFrameEditorModel::GetCurrentChannel() const { |
| 57 | return view_->GetSelectedChannel(); |
nothing calls this directly
no test coverage detected