mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-08 18:06:34 +00:00
Non-depth constructor unneeded now
This commit is contained in:
@@ -29,14 +29,6 @@
|
||||
/// </summary>
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user