remove an unused variable in Colecovision
This commit is contained in:
parent
b4de14657a
commit
b16a9b12ff
|
@ -15,7 +15,6 @@ namespace BizHawk.Emulation.Cores.ColecoVision
|
|||
{
|
||||
// ROM
|
||||
private byte[] RomData;
|
||||
private int RomLength;
|
||||
private byte[] BiosRom;
|
||||
|
||||
// Machine
|
||||
|
|
Loading…
Reference in New Issue