(x11_input.c) Remove forward declaration

This commit is contained in:
twinaphex 2015-10-10 10:38:22 +02:00
parent 8fc33b386b
commit d2a5172ddf

View File

@ -30,9 +30,6 @@
#include "../../gfx/video_viewport.h"
#include "../../general.h"
/* forward declarations */
void x_input_poll_wheel(void *data, XButtonEvent *event, bool latch);
typedef struct x11_input
{
bool blocked;