removed some deletable code I missed

This commit is contained in:
adelikat 2014-12-14 01:42:05 +00:00
parent 685756ea8e
commit 3af65a6498
2 changed files with 0 additions and 11 deletions

View File

@ -291,11 +291,6 @@ namespace BizHawk.Client.EmuHawk
return;
}
if (!Global.Emulator.HasMemoryDomains())
{
Close();
}
_settings.Domain = Core.MemoryDomains.MainMemory;
MessageLabel.Text = "Search restarted";
DoDomainSizeCheck();

View File

@ -195,12 +195,6 @@ namespace BizHawk.Client.EmuHawk
return;
}
if (!Global.Emulator.HasMemoryDomains())
{
Close();
return;
}
if (!string.IsNullOrWhiteSpace(_watches.CurrentFileName))
{
_watches.RefreshDomans(_core, _core.MemoryDomains.MainMemory);