main.c: remove redundant 'focused' declaration

Previously declared in tree.h:17.
This commit is contained in:
Orestis Floros 2018-04-27 01:16:42 +03:00
parent 0b5a2092a0
commit 16f8fe28d9
No known key found for this signature in database
GPG Key ID: E9AD9F32E401E38F
1 changed files with 0 additions and 2 deletions

View 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;