aboutsummaryrefslogtreecommitdiffstats
path: root/fm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fm.c')
-rw-r--r--fm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fm.c b/fm.c
index 88d87de..afc7d08 100644
--- a/fm.c
+++ b/fm.c
@@ -41,7 +41,6 @@ static fm_info *fm_w_init(terminal *t)
f->fm_r->start_y = fm_starty;
f->fm_r->start_x = fm_r_startx;
f->fm_r->win = fm_r->win;
- wborder(f->fm_l->win, ' ', ACS_VLINE, ' ', ' ', ' ', ' ', ' ', ' ');
return f;
}