tastudio - remove unnecessary setting of DialogResult
This commit is contained in:
parent
fdcbe6924b
commit
5252598aef
|
@ -151,7 +151,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (!Engage())
|
||||
{
|
||||
Close();
|
||||
DialogResult = DialogResult.Cancel;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue