aboutsummaryrefslogtreecommitdiff
path: root/screen-redraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'screen-redraw.c')
-rw-r--r--screen-redraw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/screen-redraw.c b/screen-redraw.c
index 06033436..b95a5928 100644
--- a/screen-redraw.c
+++ b/screen-redraw.c
@@ -67,7 +67,6 @@ screen_redraw_screen(struct client *c)
struct window *w = c->session->curw->window;
struct tty *tty = &c->tty;
struct window_pane *wp;
- struct screen *s;
u_int i, j, sx, sy;
int status, has_acs;
u_char choriz, cvert, cbackg;
@@ -110,7 +109,6 @@ screen_redraw_screen(struct client *c)
tty_reset(tty);
- s = wp->screen;
sx = wp->sx;
sy = wp->sy;