tRemove unused variable - glazier - window management experiments
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f303cc1eec7030e6cc237cf777702e8dbce0b8d2
 (DIR) parent a9a8d6b606d47a6e022a7ecd5f1986e5dee50ab3
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Mon, 15 Jun 2020 17:22:11 +0200
       
       Remove unused variable
       
       Diffstat:
         M ewmh.c                              |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/ewmh.c b/ewmh.c
       t@@ -258,8 +258,6 @@ ewmh_type(xcb_window_t window)
        int
        ewmh_message(xcb_client_message_event_t *ev)
        {
       -        unsigned int i;
       -
                /* ignore all other messages */
                if (ev->type != ewmh[_NET_WM_STATE].atom)
                        return -1;