summaryrefslogtreecommitdiffstats
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.c b/src/utils.c
index 0ba3a87..e477014 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -181,8 +181,6 @@ erase_window_part (WINDOW *win, int first_col, int first_row, int last_col,
for (c = first_col; c <= last_col; c++)
mvwprintw (win, r, c, " ");
}
-
- wnoutrefresh (win);
}
/* draws a popup window */