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:
@@ -284,7 +284,7 @@ namespace Aaru.Gui.ViewModels.Windows
|
||||
|
||||
void ExecuteStartCommand()
|
||||
{
|
||||
var entropyCalculator = new Entropy(false, false, _inputFormat);
|
||||
var entropyCalculator = new Entropy(false, _inputFormat);
|
||||
entropyCalculator.InitProgressEvent += InitProgress;
|
||||
entropyCalculator.InitProgress2Event += InitProgress2;
|
||||
entropyCalculator.UpdateProgressEvent += UpdateProgress;
|
||||
|
||||
Reference in New Issue
Block a user