mirror of https://github.com/odrling/Aegisub
Remove some unreachable code in SubtitleFormat::AskForFPS
Originally committed to SVN as r5939.
This commit is contained in:
parent
500b8b66d8
commit
8632d5ce75
|
@ -187,12 +187,6 @@ SubtitleFormat::FPSRational SubtitleFormat::AskForFPS(bool showSMPTE) {
|
||||||
}
|
}
|
||||||
return fps_rat;
|
return fps_rat;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fubar
|
|
||||||
fps_rat.num = 0;
|
|
||||||
fps_rat.den = 0;
|
|
||||||
|
|
||||||
return fps_rat;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void SubtitleFormat::SortLines() {
|
void SubtitleFormat::SortLines() {
|
||||||
|
|
Loading…
Reference in New Issue