Remove prototype of xutil_lock_mask_get()

This function was removed in 4ad516c63a, but I forgot to also remove it
from header. Whoops...

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-01-23 17:12:10 +01:00
parent a98fc92b81
commit 44fcfa2d48
1 changed files with 0 additions and 4 deletions

View File

@ -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 *);