cheat - delete more stuff

This commit is contained in:
adelikat 2020-05-27 18:23:10 -05:00
parent d13a1b54a2
commit 3edae578db
1 changed files with 0 additions and 10 deletions

View File

@ -157,11 +157,6 @@ namespace BizHawk.Client.Common
} }
} }
private string GetStringForPulse(int val) =>
_watch.Type == DisplayType.Hex
? val.ToString("X8")
: val.ToString();
public void Pulse() public void Pulse()
{ {
if (!IsSeparator && _enabled) if (!IsSeparator && _enabled)
@ -203,11 +198,6 @@ namespace BizHawk.Client.Common
return true; return true;
} }
private void PokeByte()
{
_watch.Poke(GetStringForPulse(_val));
}
public bool Contains(long addr) public bool Contains(long addr)
{ {
switch (_watch.Size) switch (_watch.Size)