diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_help.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index eec76d18a..cbdd66c62 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -211,7 +211,6 @@ static void help_paint(mpd_unused screen_t *screen, mpd_unused mpdclient_t *c) { list_window_paint(lw, list_callback, NULL); - wrefresh(lw->w); } static int |