linux-dist: Fix bug where trigger values zeroes all the time

This commit is contained in:
Jan Holthuis 2015-08-14 19:04:46 +02:00
parent 275cd3eb73
commit 14f77c92d9
1 changed files with 0 additions and 2 deletions

View File

@ -503,8 +503,6 @@ void UpdateInputState(u32 port)
static char key = 0;
kcode[port] = x11_dc_buttons;
rt[port] = 0;
lt[port] = 0;
#if defined(TARGET_EMSCRIPTEN)
return;