diff --git a/DatSplit/DatSplit.cs b/DatSplit/DatSplit.cs index 8f1f50fb..0537d3db 100644 --- a/DatSplit/DatSplit.cs +++ b/DatSplit/DatSplit.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.IO; -using System.Text; -using System.Xml; using SabreTools.Helper; @@ -73,7 +71,7 @@ namespace SabreTools List romsB = new List(); // Load the current DAT to be processed - List roms = RomManipulation.Parse(_filename, 0, 0, logger); + List roms = RomManipulation.Parse(_filename, 0, 0, _logger); // Now separate the roms accordingly foreach (RomData rom in roms)