Removed unused variable

This commit is contained in:
Nikolaj Olsson 2016-03-13 21:41:07 +01:00
parent 5ffbaad80a
commit 0c083d763f

View File

@ -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