Remove unused variable

This commit is contained in:
twinaphex 2020-08-05 13:54:36 +02:00
parent 5d726bca45
commit 76ec05314c

@ -47,7 +47,6 @@ unsigned g_joypad_cnt;
static BOOL CALLBACK enum_joypad_cb(const DIDEVICEINSTANCE *inst, void *p)
{
bool is_xinput_pad;
LPDIRECTINPUTDEVICE8 *pad = NULL;
if (g_joypad_cnt == MAX_USERS)
return DIENUM_STOP;