From: Orestis Floros Date: Wed, 3 Oct 2018 13:20:46 +0000 (+0300) Subject: root is externally declared X-Git-Tag: 4.16~14^2~5 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=4219eb213b02a8d42295662febb047a1cff1d12c root is externally declared --- 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)