remove useless forward declaration

This commit is contained in:
twinaphex 2015-11-16 07:12:52 +01:00
parent 9ece4db168
commit ca70b5af12

View File

@ -28,9 +28,6 @@
#include "../keyboard_line.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)
{
unsigned ones = 0;