| 1631 | } |
| 1632 | |
| 1633 | void CMainFrame::OnUpdateRemoveFrame(CCmdUI *pCmdUI) |
| 1634 | { |
| 1635 | if (!GetDoc().IsFileLoaded()) // // // |
| 1636 | return; |
| 1637 | |
| 1638 | pCmdUI->Enable(GetCurrentSong()->GetFrameCount() > 1); |
| 1639 | } |
| 1640 | |
| 1641 | void CMainFrame::OnUpdateDuplicateFrame(CCmdUI *pCmdUI) |
| 1642 | { |
nothing calls this directly
no test coverage detected