]> git.sur5r.net Git - i3/i3/commitdiff
main.c: remove redundant 'focused' declaration 3268/head
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 26 Apr 2018 22:16:42 +0000 (01:16 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Thu, 26 Apr 2018 22:16:42 +0000 (01:16 +0300)
Previously declared in tree.h:17.

src/main.c

index d5d4dcef1349c682371f653621c9610803d8857c..de54dbce698caf2469b7171aef84ecee8f0bcf9d 100644 (file)
@@ -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;