X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=5017a1bbede866ef5dcdbf183644d6d068649bf4;hb=8e1040b6a82ee1802fda83d4de84290a02656cc0;hp=79f41fed29207913e5309c475a873dd86b05d498;hpb=cc56203b76e1fcef2c7e55b460daf07e654a1547;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 79f41fed..5017a1bb 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -474,11 +474,6 @@ static void update_input(void) emu_set_action(emu_act); in_keystate = actions[IN_BINDTYPE_PLAYER12]; -#ifdef X11 - extern int x11_update_keys(unsigned int *action); - in_keystate |= x11_update_keys(&emu_act); - emu_set_action(emu_act); -#endif } #else /* MAEMO */ static void update_input(void)