mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreDat] Use new parser
This commit is contained in:
@@ -25,7 +25,7 @@ namespace SabreTools.Library.DatFiles
|
||||
/// <summary>
|
||||
/// Represents parsing and writing of an SabreDat XML DAT
|
||||
/// </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
|
||||
{
|
||||
/// <summary>
|
||||
@@ -57,10 +57,6 @@ namespace SabreTools.Library.DatFiles
|
||||
bool clean,
|
||||
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
|
||||
bool empty = true;
|
||||
string key = "";
|
||||
|
||||
Reference in New Issue
Block a user