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:
parent
6052a09074
commit
b35fa162e0
1 changed files with 0 additions and 3 deletions
|
@ -2,9 +2,6 @@
|
|||
|
||||
#include "WindowsWrapper.h"
|
||||
|
||||
extern BOOL gbUseJoystick;
|
||||
extern int gJoystickButtonTable[8];
|
||||
|
||||
struct JOYSTICK_STATUS
|
||||
{
|
||||
BOOL bLeft;
|
||||
|
|
Loading…
Add table
Reference in a new issue