main.c: remove redundant 'focused' declaration
Previously declared in tree.h:17.
This commit is contained in:
parent
0b5a2092a0
commit
16f8fe28d9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue