Commit 7e471b30 authored by Nils Goroll's avatar Nils Goroll Committed by Pål Hermunn Johansen

remove duplicate init

parent 9ca45ff1
......@@ -189,8 +189,6 @@ update(void)
erase();
/* Draw horizontal axis */
w = COLS / hist_range;
n = w * hist_range;
for (i = 0; i < n; ++i)
(void)mvaddch(LINES - 2, i, '-');
for (k = 0, l = hist_low; k < hist_range; ++k, ++l) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment