Tastudio - remove some vestigial code for background worker workarounds that is now causing a broken tastudio when selecting a New from the File menu and saving changes when asked

This commit is contained in:
adelikat 2021-05-01 11:57:21 -05:00
parent 49dc7a2bd3
commit f83a94954f
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ namespace BizHawk.Client.EmuHawk
MessageBoxDefaultButton.Button3));
if (result == DialogResult.Yes)
{
_exiting = true; // Asking to save changes should only ever be called when closing something
SaveTas();
}
else if (result == DialogResult.No)