summaryrefslogtreecommitdiff
path: root/win.c
diff options
context:
space:
mode:
Diffstat (limited to 'win.c')
-rw-r--r--win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win.c b/win.c
index eae4b13..a7cc523 100644
--- a/win.c
+++ b/win.c
@@ -294,7 +294,6 @@ win_redraw_frame(W *focus, int insert)
g->drawrect(&b, 0, 0, b.w, g->border, GGray);
draw(&tag.win, GPaleGreen, focus, insert);
}
- g->sync();
}
/* win_scroll - Scroll the window by [n] lines.