Remove an unused variable

This commit is contained in:
adelikat 2015-05-31 17:02:24 +00:00
parent 00a1c1f288
commit 55200588e8
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
//make a writeable memory stream cloned from the rom.
//for junk.dsk the .dsk is important because it determines the format from that
bool writeProtected = false; //!!!!!!!!!!!!!!!!!!
_machine.BootDiskII.Drives[0].InsertDisk("junk.dsk", (byte[])_disk1.Clone(), false);
}