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>
|
/// <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 = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user