mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Remove unused line
This commit is contained in:
parent
c10e85876e
commit
b6864ea27e
@ -116,7 +116,6 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
|
|||||||
else if (expecting == ExpectingLine.TimeStart && !string.IsNullOrWhiteSpace(line))
|
else if (expecting == ExpectingLine.TimeStart && !string.IsNullOrWhiteSpace(line))
|
||||||
{
|
{
|
||||||
int ms = (int)paragraph.EndTime.TotalMilliseconds;
|
int ms = (int)paragraph.EndTime.TotalMilliseconds;
|
||||||
int frames = MillisecondsToFrames(paragraph.EndTime.TotalMilliseconds);
|
|
||||||
paragraph = new Paragraph { StartTime = { TotalMilliseconds = ms }, Text = line.Trim() };
|
paragraph = new Paragraph { StartTime = { TotalMilliseconds = ms }, Text = line.Trim() };
|
||||||
expecting = ExpectingLine.TimeEndOrText;
|
expecting = ExpectingLine.TimeEndOrText;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user