Remove some unreachable code in SubtitleFormat::AskForFPS

Originally committed to SVN as r5939.
This commit is contained in:
Thomas Goyne 2011-11-29 23:26:31 +00:00
parent 500b8b66d8
commit 8632d5ce75
1 changed files with 0 additions and 6 deletions

View File

@ -187,12 +187,6 @@ SubtitleFormat::FPSRational SubtitleFormat::AskForFPS(bool showSMPTE) {
}
return fps_rat;
}
// fubar
fps_rat.num = 0;
fps_rat.den = 0;
return fps_rat;
}
void SubtitleFormat::SortLines() {