I fail at check ins

This commit is contained in:
adelikat 2014-12-18 03:24:52 +00:00
parent f6d5f64ef2
commit b8f51ae172
1 changed files with 0 additions and 22 deletions

View File

@ -224,28 +224,6 @@ namespace BizHawk.Client.EmuHawk
} }
} }
private bool CanDisassemble
{
get
{
if (Disassembler == null)
{
return false;
}
try
{
var pc = PC;
return true;
}
catch (NotImplementedException)
{
return false;
}
}
}
#region Menu Items #region Menu Items
#region File #region File