mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +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));
|
lines.ForEach(line => sb.AppendLine(line));
|
||||||
var xml = new XmlDocument { XmlResolver = null };
|
var xml = new XmlDocument { XmlResolver = null };
|
||||||
xml.LoadXml(sb.ToString().Trim());
|
xml.LoadXml(sb.ToString().Trim());
|
||||||
string lastKey = string.Empty;
|
|
||||||
foreach (XmlNode node in xml.DocumentElement.SelectNodes("subtitle"))
|
foreach (XmlNode node in xml.DocumentElement.SelectNodes("subtitle"))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user