Remove IsReadOnly check when stop recording

This commit is contained in:
Chris Burgener 2017-02-17 23:23:42 -05:00
parent 82734fffaa
commit 8bfe2671b2
1 changed files with 0 additions and 7 deletions

View File

@ -508,13 +508,6 @@ void CFrame::OnStopRecording(wxCommandEvent& WXUNUSED(event))
CPU::EnableStepping(false);
}
if (!Movie::IsReadOnly())
{
// let's make the read-only flag consistent at the start of a movie.
Movie::SetReadOnly(true);
GetMenuBar()->FindItem(IDM_RECORD_READ_ONLY)->Check();
}
Movie::EndPlayInput(false);
GetMenuBar()->FindItem(IDM_STOP_RECORD)->Enable(Movie::IsMovieActive());