mirror of
https://github.com/tmux/tmux.git
synced 2025-10-18 15:51:47 +00:00
Remove dead_clients which is no longer used.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -1728,7 +1728,6 @@ void alerts_queue(struct window *, int);
|
|||||||
|
|
||||||
/* server.c */
|
/* server.c */
|
||||||
extern struct clients clients;
|
extern struct clients clients;
|
||||||
extern struct clients dead_clients;
|
|
||||||
extern struct session *marked_session;
|
extern struct session *marked_session;
|
||||||
extern struct winlink *marked_winlink;
|
extern struct winlink *marked_winlink;
|
||||||
extern struct window_pane *marked_window_pane;
|
extern struct window_pane *marked_window_pane;
|
||||||
|
Reference in New Issue
Block a user