Use new writer, remove string state

This commit is contained in:
Matt Nadareski
2020-06-13 13:54:04 -07:00
parent 46cc8e806e
commit 8c97497987
8 changed files with 143 additions and 167 deletions

View File

@@ -266,8 +266,6 @@ namespace SabreTools.Library.DatFiles
try
{
string state = string.Empty;
// Pre-process the item name
ProcessItemName(datItem, true);
@@ -310,7 +308,6 @@ namespace SabreTools.Library.DatFiles
break;
}
sw.Write(state);
sw.Flush();
}
catch (Exception ex)