From: Max Kellermann Date: Mon, 20 Mar 2017 11:30:54 +0000 (+0100) Subject: screen_utils: remove redundant doupdate() call X-Git-Tag: v0.26~8 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=cdcbfd8abeb0d29942ab0aab4538c879d56d5142 screen_utils: remove redundant doupdate() call wrefresh() implies doupdate(). --- diff --git a/src/screen_utils.c b/src/screen_utils.c index fee0e2a..ff16613 100644 --- a/src/screen_utils.c +++ b/src/screen_utils.c @@ -153,7 +153,6 @@ screen_display_completion_list(GList *list) } wrefresh(w); - doupdate(); colors_use(w, COLOR_LIST); }