Remove a couple of redraw flags that no longer have any effect.

This commit is contained in:
nicm
2017-04-17 06:40:32 +00:00
parent d566c780e5
commit 7461c165b5
4 changed files with 3 additions and 12 deletions

View File

@ -100,7 +100,6 @@ server_redraw_window(struct window *w)
if (c->session != NULL && c->session->curw->window == w)
server_redraw_client(c);
}
w->flags |= WINDOW_REDRAW;
}
void