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.
This commit is contained in:
Clownacy 2020-01-04 01:01:11 +00:00
parent 6052a09074
commit b35fa162e0

View file

@ -2,9 +2,6 @@
#include "WindowsWrapper.h" #include "WindowsWrapper.h"
extern BOOL gbUseJoystick;
extern int gJoystickButtonTable[8];
struct JOYSTICK_STATUS struct JOYSTICK_STATUS
{ {
BOOL bLeft; BOOL bLeft;