From 4545c236581e633dca00e14b6f5391884d4a72ac Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 8 Aug 2010 18:06:47 +0200 Subject: [PATCH] Brown paper bag commit I removed the function, but forgot to remove the prototype. Whoops! Signed-off-by: Uli Schlachter --- common/xutil.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/xutil.h b/common/xutil.h index bce09e08..2b1c0ce8 100644 --- a/common/xutil.h +++ b/common/xutil.h @@ -56,10 +56,6 @@ void xutil_lock_mask_get(xcb_connection_t *, xcb_get_modifier_mapping_cookie_t, xcb_key_symbols_t *, uint16_t *, uint16_t *, uint16_t *, uint16_t *); -/** Set the same handler for all errors */ -void xutil_error_handler_catch_all_set(xcb_event_handlers_t *, - xcb_generic_error_handler_t, void *); - uint16_t xutil_key_mask_fromstr(const char *, size_t); void xutil_key_mask_tostr(uint16_t, const char **, size_t *);