mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix unused code.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user