From 44fcfa2d4898b769b0ef7d0c2e55d997a51077b6 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 23 Jan 2016 17:12:10 +0100 Subject: [PATCH] Remove prototype of xutil_lock_mask_get() This function was removed in 4ad516c63a1c0426e2e, but I forgot to also remove it from header. 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 a7ca46d3..0864feaa 100644 --- a/common/xutil.h +++ b/common/xutil.h @@ -49,10 +49,6 @@ xutil_get_text_property_from_reply(xcb_get_property_reply_t *reply) return NULL; } -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 *); - uint16_t xutil_key_mask_fromstr(const char *); void xutil_key_mask_tostr(uint16_t, const char **, size_t *);