[SabreDat] Use new parser

This commit is contained in:
Matt Nadareski
2018-01-17 13:07:55 -08:00
parent 6258fd49df
commit 04a1790213

View File

@@ -25,7 +25,7 @@ namespace SabreTools.Library.DatFiles
/// <summary> /// <summary>
/// Represents parsing and writing of an SabreDat XML DAT /// Represents parsing and writing of an SabreDat XML DAT
/// </summary> /// </summary>
/// TODO: Verify that all read/write for this DatFile type is correct /// TODO: Verify that all write for this DatFile type is correct
internal class SabreDat : DatFile internal class SabreDat : DatFile
{ {
/// <summary> /// <summary>
@@ -57,10 +57,6 @@ namespace SabreTools.Library.DatFiles
bool clean, bool clean,
bool remUnicode) bool remUnicode)
{ {
// All XML-derived DATs share a lot in common so it just calls one implementation
new Logiqx(this, false).ParseFile(filename, sysid, srcid, keep, clean, remUnicode);
return;
// Prepare all internal variables // Prepare all internal variables
bool empty = true; bool empty = true;
string key = ""; string key = "";