diff --git a/NDecrypt.Nitro/DSTool.cs b/NDecrypt.Nitro/DSTool.cs index b243d16..f85432f 100644 --- a/NDecrypt.Nitro/DSTool.cs +++ b/NDecrypt.Nitro/DSTool.cs @@ -15,11 +15,6 @@ namespace NDecrypt.Nitro /// private readonly string filename; - /// - /// Decryption args to use while processing - /// - private readonly DecryptArgs decryptArgs; - #region Encryption process variables private uint[] _cardHash = new uint[0x412]; @@ -30,7 +25,6 @@ namespace NDecrypt.Nitro public DSTool(string filename, DecryptArgs decryptArgs) { this.filename = filename; - this.decryptArgs = decryptArgs; } #region Encrypt