1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

remove useless forward declaration

This commit is contained in:
twinaphex 2015-11-16 07:13:37 +01:00
parent ca70b5af12
commit 2fe29f56be

View File

@ -22,13 +22,6 @@
#define MOD_MAP_SIZE 5
/* forward declarations */
void handle_xkb(
struct xkb_state *xkb_state,
xkb_mod_index_t *mod_map_idx,
uint16_t *mod_map_bit,
int code, int value);
/* FIXME: Don't handle composed and dead-keys properly.
* Waiting for support in libxkbcommon ... */
void handle_xkb(