Skip to content

Commit

Permalink
remove unused dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
joekolodz committed Mar 31, 2024
1 parent 0682564 commit a7313e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Models/HOTASQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ private async Task HandlePovButton(JoystickOffset offset, int value)

private static readonly ConcurrentDictionary<int, bool> _activeRepeat = new ConcurrentDictionary<int, bool>();
private static readonly ConcurrentDictionary<int, bool> _activeMacros = new ConcurrentDictionary<int, bool>();
private static readonly ConcurrentDictionary<int, Task> _activeButtons = new ConcurrentDictionary<int, Task>();
private async Task HandleStandardButton(int offset, int value)
{
var map = GetMap(offset) as HOTASButton;
Expand Down

0 comments on commit a7313e5

Please sign in to comment.