tastudio - remove unnecessary setting of DialogResult

This commit is contained in:
adelikat 2020-04-29 19:10:57 -05:00
parent fdcbe6924b
commit 5252598aef
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ namespace BizHawk.Client.EmuHawk
if (!Engage())
{
Close();
DialogResult = DialogResult.Cancel;
return;
}