[DatFiles/] Disable test parsing

This commit is contained in:
Matt Nadareski
2018-01-15 00:40:24 -08:00
parent b9e93fc720
commit 26fcf2d9a2
4 changed files with 10 additions and 2 deletions

View File

@@ -58,7 +58,9 @@ namespace SabreTools.Library.DatFiles
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);
// TODO: Use the following implementation instead of passing to Logiqx
new Logiqx(this, false).ParseFile(filename, sysid, srcid, keep, clean, remUnicode);
return;
// Prepare all internal variables
Encoding enc = Utilities.GetEncoding(filename);