X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fbindings.c;fp=src%2Fbindings.c;h=6704c816e148170a987088c505c2298245c7e33c;hp=ad5fe4f3209bcbbe8a6a7b9d0edd3a903b82857f;hb=4219eb213b02a8d42295662febb047a1cff1d12c;hpb=052e96d3232ef644870fd514b39d2fa2a1ccf22b diff --git a/src/bindings.c b/src/bindings.c index ad5fe4f3..6704c816 100644 --- a/src/bindings.c +++ b/src/bindings.c @@ -859,8 +859,6 @@ static int fill_rmlvo_from_root(struct xkb_rule_names *xkb_names) { xcb_intern_atom_reply_t *atom_reply; size_t content_max_words = 256; - xcb_window_t root = root_screen->root; - atom_reply = xcb_intern_atom_reply( conn, xcb_intern_atom(conn, 0, strlen("_XKB_RULES_NAMES"), "_XKB_RULES_NAMES"), NULL); if (atom_reply == NULL)