From a7313e53d8015ddf7e9026563bcce33e167de4e4 Mon Sep 17 00:00:00 2001 From: joekolodz Date: Sun, 31 Mar 2024 00:16:07 -0500 Subject: [PATCH] remove unused dictionary --- src/Models/HOTASQueue.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Models/HOTASQueue.cs b/src/Models/HOTASQueue.cs index c83a3d5..f70cf17 100644 --- a/src/Models/HOTASQueue.cs +++ b/src/Models/HOTASQueue.cs @@ -223,7 +223,6 @@ private async Task HandlePovButton(JoystickOffset offset, int value) private static readonly ConcurrentDictionary _activeRepeat = new ConcurrentDictionary(); private static readonly ConcurrentDictionary _activeMacros = new ConcurrentDictionary(); - private static readonly ConcurrentDictionary _activeButtons = new ConcurrentDictionary(); private async Task HandleStandardButton(int offset, int value) { var map = GetMap(offset) as HOTASButton;