From cd271fbec4ea912b55b0d59e3cd00f98b7f6ea7d Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Sun, 24 Nov 2024 18:22:34 +0100 Subject: [PATCH] Remove unused vars in the demo project --- src/input_conf.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/input_conf.cpp b/src/input_conf.cpp index fc2d6c2..d812518 100644 --- a/src/input_conf.cpp +++ b/src/input_conf.cpp @@ -8,8 +8,6 @@ const int Input::kMaxPlayers = 2; static int keyboard_player_id = 0; // Keyboard controls player one -static bool aimingWithMouse = true; -static vec lastAnalogAim; std::function Input::action_mapping[magic_enum::enum_count()]; std::function Input::analog_mapping[magic_enum::enum_count()];