From 647083a1f53bbec58e5058616b84f706b0402911 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 2 Jan 2012 23:37:51 +0000 Subject: Added some opcodes and removed unnecessary using statements. --- src/Noddybox.Emulation.EightBit/ICpu.cs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/Noddybox.Emulation.EightBit/ICpu.cs') diff --git a/src/Noddybox.Emulation.EightBit/ICpu.cs b/src/Noddybox.Emulation.EightBit/ICpu.cs index dc2f811..4f333bc 100644 --- a/src/Noddybox.Emulation.EightBit/ICpu.cs +++ b/src/Noddybox.Emulation.EightBit/ICpu.cs @@ -2,15 +2,6 @@ // Copyright (c) 2012 Ian Cowburn // using System; -using System.Net; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Documents; -using System.Windows.Ink; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Animation; -using System.Windows.Shapes; namespace Noddybox.Emulation.EightBit { -- cgit v1.2.3