aboutsummaryrefslogtreecommitdiff
path: root/window-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'window-tree.c')
-rw-r--r--window-tree.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/window-tree.c b/window-tree.c
index 6762813a..1339e21b 100644
--- a/window-tree.c
+++ b/window-tree.c
@@ -422,8 +422,6 @@ window_tree_draw_session(struct session *s, struct screen_write_ctx *ctx,
char *label;
size_t len;
- if (sx == 0)
- return;
total = winlink_count(&s->windows);
memcpy(&gc, &grid_default_cell, sizeof gc);
@@ -544,8 +542,6 @@ window_tree_draw_window(struct session *s, struct window *w,
char *label;
size_t len;
- if (sx == 0)
- return;
total = window_count_panes(w);
memcpy(&gc, &grid_default_cell, sizeof gc);