debug.c: remove handle_event
This commit is contained in:
parent
05f7a50d44
commit
06054642fe
|
@ -244,7 +244,3 @@ int format_event(xcb_generic_event_t *e) {
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e) {
|
|
||||||
return format_event(e);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue