Remove some commented and useless

This commit is contained in:
adelikat 2015-06-29 16:23:59 -04:00
parent d97d94ecbc
commit a2c73eb793
1 changed files with 0 additions and 13 deletions

View File

@ -334,19 +334,6 @@ namespace BizHawk.Client.EmuHawk
}
}
//private int? GetDomainInt(string name)
//{
// for (var i = 0; i < MemoryDomains.Count; i++)
// {
// if (MemoryDomains[i].Name == name)
// {
// return i;
// }
// }
// return null;
//}
private static bool CurrentRomIsArchive()
{
var path = GlobalWin.MainForm.CurrentlyOpenRom;