Fix unused code.

This commit is contained in:
2020-07-20 07:47:12 +01:00
parent da452ea834
commit 0e7a86880e
149 changed files with 344 additions and 129 deletions

View File

@@ -125,7 +125,7 @@ namespace Aaru.Commands.Image
Statistics.AddMedia(inputFormat.Info.MediaType, false);
Statistics.AddFilter(inputFilter.Name);
var entropyCalculator = new Entropy(debug, verbose, inputFormat);
var entropyCalculator = new Entropy(debug, inputFormat);
entropyCalculator.InitProgressEvent += Progress.InitProgress;
entropyCalculator.InitProgress2Event += Progress.InitProgress2;
entropyCalculator.UpdateProgressEvent += Progress.UpdateProgress;