xutil: remove useless define
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
da99991223
commit
9a270023fe
|
@ -126,9 +126,6 @@ xutil_lock_mask_get(xcb_connection_t *connection,
|
||||||
/* Number of different errors */
|
/* Number of different errors */
|
||||||
#define ERRORS_NBR 256
|
#define ERRORS_NBR 256
|
||||||
|
|
||||||
/* Number of different events */
|
|
||||||
#define EVENTS_NBR 126
|
|
||||||
|
|
||||||
void
|
void
|
||||||
xutil_error_handler_catch_all_set(xcb_event_handlers_t *evenths,
|
xutil_error_handler_catch_all_set(xcb_event_handlers_t *evenths,
|
||||||
xcb_generic_error_handler_t handler,
|
xcb_generic_error_handler_t handler,
|
||||||
|
|
Loading…
Reference in New Issue