From 73095cc5da0afa52dd1076da4b6ca13eceaf24b5 Mon Sep 17 00:00:00 2001 From: Apachedrag427 Date: Sat, 18 Feb 2023 12:00:16 -0600 Subject: [PATCH] Remove unnecessary using --- Capy64/Runtime/Libraries/Machine.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Capy64/Runtime/Libraries/Machine.cs b/Capy64/Runtime/Libraries/Machine.cs index 86ddbde..94742f5 100644 --- a/Capy64/Runtime/Libraries/Machine.cs +++ b/Capy64/Runtime/Libraries/Machine.cs @@ -23,7 +23,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using System.Windows.Input; namespace Capy64.Runtime.Libraries;