X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=5017a1bbede866ef5dcdbf183644d6d068649bf4;hp=79f41fed29207913e5309c475a873dd86b05d498;hb=e0aec5eebf0fefe7a7314940546ef8a23d2169b7;hpb=22fa3f2b3d09f3694f938ca895d447a30ec96f25 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)