2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-26 02:36:08 +01:00

input: remove unneeded joy_found extern

This commit is contained in:
Alibek Omarov 2018-10-22 00:36:58 +03:00
parent f4567b2c9d
commit 7c9af89620

View File

@ -87,7 +87,6 @@ enum
JOY_HAT_LEFTUP = JOY_HAT_LEFT | JOY_HAT_UP,
JOY_HAT_LEFTDOWN = JOY_HAT_LEFT | JOY_HAT_DOWN
};
extern convar_t *joy_found;
qboolean Joy_IsActive( void );
void Joy_HatMotionEvent( int id, byte hat, byte value );