From: Orestis Floros Date: Thu, 26 Apr 2018 22:16:42 +0000 (+0300) Subject: main.c: remove redundant 'focused' declaration X-Git-Tag: 4.16~88^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F3268%2Fhead;p=i3%2Fi3 main.c: remove redundant 'focused' declaration Previously declared in tree.h:17. --- diff --git a/src/main.c b/src/main.c index d5d4dcef..de54dbce 100644 --- a/src/main.c +++ b/src/main.c @@ -39,8 +39,6 @@ int listen_fds; * temporarily for drag_pointer(). */ static struct ev_prepare *xcb_prepare; -extern Con *focused; - char **start_argv; xcb_connection_t *conn;