shithub: cstory

Download patch

ref: b35fa162e04720d96457a35ea91ca0a557ef496a
parent: 6052a09074ee7a9bc2f3e00db4d2ba04c333124d
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Jan 3 20:01:11 EST 2020

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.

--- 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;