mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
status_out and associated data structures are no longer used.
This commit is contained in:
@ -115,8 +115,6 @@ server_client_create(int fd)
|
||||
c->tty.sy = 24;
|
||||
|
||||
screen_init(&c->status, c->tty.sx, 1, 0);
|
||||
RB_INIT(&c->status_new);
|
||||
RB_INIT(&c->status_old);
|
||||
|
||||
c->message_string = NULL;
|
||||
TAILQ_INIT(&c->message_log);
|
||||
|
Reference in New Issue
Block a user