From 55200588e8687071591ea8961f5e07aa2774915e Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 31 May 2015 17:02:24 +0000 Subject: [PATCH] Remove an unused variable --- BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs index 13b8e200fd..4caed10e23 100644 --- a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs +++ b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs @@ -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); }