Remove unused field

This commit is contained in:
Ben Olden-Cooligan 2018-09-16 13:14:09 -04:00
parent 1ebd2ad458
commit 5fbdcef477

View File

@ -30,7 +30,6 @@ namespace NAPS2.WinForms
private bool batchRunning;
private CancellationTokenSource cts = new CancellationTokenSource();
private Task batchTask;
public FBatchScan(IProfileManager profileManager, AppConfigManager appConfigManager, IUserConfigManager userConfigManager, BatchScanPerformer batchScanPerformer, IErrorOutput errorOutput, DialogHelper dialogHelper)
{