mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Removed unused variable
This commit is contained in:
parent
5ffbaad80a
commit
0c083d763f
@ -128,7 +128,6 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
|
||||
lines.ForEach(line => sb.AppendLine(line));
|
||||
var xml = new XmlDocument { XmlResolver = null };
|
||||
xml.LoadXml(sb.ToString().Trim());
|
||||
string lastKey = string.Empty;
|
||||
foreach (XmlNode node in xml.DocumentElement.SelectNodes("subtitle"))
|
||||
{
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user