i3-input: Remove unused get_mod_mask from xcb.c

This commit is contained in:
Michael Stapelberg
2011-10-23 19:37:28 +01:00
parent 05d097bb36
commit c2d04116d4
2 changed files with 0 additions and 34 deletions

View File

@ -16,7 +16,6 @@ extern xcb_window_t root;
char *convert_ucs_to_utf8(char *input);
char *convert_utf8_to_ucs2(char *input, int *real_strlen);
uint32_t get_mod_mask(xcb_connection_t *conn, uint32_t keycode);
xcb_window_t open_input_window(xcb_connection_t *conn, uint32_t width, uint32_t height);
int get_font_id(xcb_connection_t *conn, char *pattern, int *font_height);