From b35fa162e04720d96457a35ea91ca0a557ef496a Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 4 Jan 2020 01:01:11 +0000 Subject: [PATCH] Remove a pair of variable declarations Besides, these are defined in Main.cpp, not KeyControl.cpp. Anyway, according to the Linux debug data, these two were never declared outside of Main.cpp, showing they were never declared in a header file. --- src/Input.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Input.h b/src/Input.h index 1f838ea5..feaf9178 100644 --- a/src/Input.h +++ b/src/Input.h @@ -2,9 +2,6 @@ #include "WindowsWrapper.h" -extern BOOL gbUseJoystick; -extern int gJoystickButtonTable[8]; - struct JOYSTICK_STATUS { BOOL bLeft;