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:
parent
a98fc92b81
commit
44fcfa2d48
|
@ -49,10 +49,6 @@ xutil_get_text_property_from_reply(xcb_get_property_reply_t *reply)
|
||||||
return NULL;
|
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 *);
|
uint16_t xutil_key_mask_fromstr(const char *);
|
||||||
void xutil_key_mask_tostr(uint16_t, const char **, size_t *);
|
void xutil_key_mask_tostr(uint16_t, const char **, size_t *);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue