Remove an entirely pointless GUI-thread-blocking call to GetFrame

This commit is contained in:
Thomas Goyne 2014-06-06 18:38:35 -07:00
parent f38ba33fed
commit ce29d07113
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ void VideoController::OnSubtitlesCommit(int type, std::set<const AssDialogue *>
provider->LoadSubtitles(context->ass.get());
else
provider->UpdateSubtitles(context->ass.get(), changed);
if (!IsPlaying())
provider->GetFrame(frame_n, TimeAtFrame(frame_n));
}
void VideoController::OnActiveLineChanged(AssDialogue *line) {