status_out and associated data structures are no longer used.

This commit is contained in:
nicm
2015-07-29 11:56:02 +00:00
parent b254115acd
commit 5ec3621101
3 changed files with 0 additions and 27 deletions

View File

@ -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);