Remove some commented and useless
This commit is contained in:
parent
d97d94ecbc
commit
a2c73eb793
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue