debug.c: remove handle_event

next
Michael Stapelberg 2011-07-11 18:21:25 +02:00
parent 05f7a50d44
commit 06054642fe
1 changed files with 0 additions and 4 deletions

View File

@ -244,7 +244,3 @@ int format_event(xcb_generic_event_t *e) {
fflush(stdout);
return 1;
}
int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e) {
return format_event(e);
}