mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 21:10:45 -05:00
remove unused event
This commit is contained in:
parent
dca2d61edb
commit
6bce67b479
@ -13,11 +13,7 @@ public class ReMapper
|
||||
private ModuleDefMD? Module { get; set; }
|
||||
|
||||
public static bool IsRunning { get; private set; } = false;
|
||||
|
||||
public delegate void OnCompleteHandler();
|
||||
|
||||
public event OnCompleteHandler? OnComplete;
|
||||
|
||||
|
||||
private static readonly Stopwatch Stopwatch = new();
|
||||
|
||||
private RemapperSettings? Settings => DataProvider.Settings?.Remapper;
|
||||
@ -368,7 +364,6 @@ public class ReMapper
|
||||
Module = null;
|
||||
|
||||
IsRunning = false;
|
||||
OnComplete?.Invoke();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user