From a38a7a26928299e4d65ffd0e989703dca1ecfe89 Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Sat, 28 Jan 2023 18:58:33 +0100 Subject: [PATCH] Clean up --- Capy64/Runtime/InputEmitter.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Capy64/Runtime/InputEmitter.cs b/Capy64/Runtime/InputEmitter.cs index 78baa9f..44bbd7a 100644 --- a/Capy64/Runtime/InputEmitter.cs +++ b/Capy64/Runtime/InputEmitter.cs @@ -50,12 +50,6 @@ internal class InputEmitter _eventEmitter.OnTick -= OnTick; } - private static Keys[] rebootKeys = new[] - { - Keys.Insert, - Keys.LeftAlt, Keys.RightAlt, - Keys.LeftControl, Keys.RightControl, - }; private void OnTick(object sender, TickEvent e) { var keyState = Keyboard.GetState();