Remove unused src/debug.c (#2575)

This commit is contained in:
Michael Stapelberg
2016-11-21 00:37:10 -08:00
committed by GitHub
parent 3e7a07e48d
commit 70e7f0e39a
4 changed files with 0 additions and 264 deletions

View File

@ -1,15 +0,0 @@
/*
* vim:ts=4:sw=4:expandtab
*
* i3 - an improved dynamic tiling window manager
* © 2009 Michael Stapelberg and contributors (see also: LICENSE)
*
* debug.c: Debugging functions, especially FormatEvent, which prints unhandled
* events. This code is from xcb-util.
*
*/
#pragma once
#include <config.h>
int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);