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

@@ -142,8 +142,6 @@ namespace SabreTools.Library.DatFiles
try
{
string state = string.Empty;
// Process the item name
ProcessItemName(datItem, false, forceRomName: false);
@@ -166,7 +164,6 @@ namespace SabreTools.Library.DatFiles
}
}
sw.Write(state);
sw.Flush();
}
catch (Exception ex)