mirror of
https://github.com/libretro/RetroArch
synced 2025-04-23 11:43:20 +00:00
remove useless forward declaration
This commit is contained in:
parent
9ece4db168
commit
ca70b5af12
@ -28,9 +28,6 @@
|
|||||||
#include "../keyboard_line.h"
|
#include "../keyboard_line.h"
|
||||||
#include "../input_keymaps.h"
|
#include "../input_keymaps.h"
|
||||||
|
|
||||||
/* forward declarations */
|
|
||||||
void x11_handle_key_event(XEvent *event, XIC ic, bool filter);
|
|
||||||
|
|
||||||
static INLINE unsigned leading_ones(uint8_t c)
|
static INLINE unsigned leading_ones(uint8_t c)
|
||||||
{
|
{
|
||||||
unsigned ones = 0;
|
unsigned ones = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user