diff --git a/BinaryObjectScanner/ProtectionProgress.cs b/BinaryObjectScanner/ProtectionProgress.cs index 2bb1a718..bff0529b 100644 --- a/BinaryObjectScanner/ProtectionProgress.cs +++ b/BinaryObjectScanner/ProtectionProgress.cs @@ -29,14 +29,6 @@ /// public string? Protection { get; } - public ProtectionProgress(string? filename, float percentage, string? protection) - { - Filename = filename; - Depth = 0; - Percentage = percentage; - Protection = protection; - } - public ProtectionProgress(string? filename, int depth, float percentage, string? protection) { Filename = filename;