From: Jaakko Heinonen Date: Wed, 26 Dec 2001 10:03:55 +0000 (+0000) Subject: removed unnecessary wstandend call X-Git-Tag: upstream/0.6.1~2^2~312 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=6f50296ed88b670fbc50b5c951dd14fa36b65088;p=pkg%2Fabook.git removed unnecessary wstandend call --- diff --git a/list.c b/list.c index dddb84f..c192b25 100644 --- a/list.c +++ b/list.c @@ -110,8 +110,6 @@ refresh_list() line++, i++ ) { print_list_line(i, line, i == curitem); - - wstandend(list); } wrefresh(list);