Remove this. It isn't necessary, and is a copy-pasted line from some converted code in commit 2535207a.

This commit is contained in:
SuuperW 2020-11-29 12:18:47 -06:00
parent 8d6cb7685e
commit e1186d9253
1 changed files with 0 additions and 1 deletions

View File

@ -366,7 +366,6 @@ namespace BizHawk.Client.EmuHawk
{
this.Invoke(() => SavingProgressBar.Visible = false);
this.Invoke(() => MessageStatusLabel.Text = "");
InitializeSeekWorker(); // Required, or it will error when trying to report progress again.
};
}