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:
parent
49dc7a2bd3
commit
f83a94954f
|
@ -114,7 +114,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
MessageBoxDefaultButton.Button3));
|
MessageBoxDefaultButton.Button3));
|
||||||
if (result == DialogResult.Yes)
|
if (result == DialogResult.Yes)
|
||||||
{
|
{
|
||||||
_exiting = true; // Asking to save changes should only ever be called when closing something
|
|
||||||
SaveTas();
|
SaveTas();
|
||||||
}
|
}
|
||||||
else if (result == DialogResult.No)
|
else if (result == DialogResult.No)
|
||||||
|
|
Loading…
Reference in New Issue