diff options
Diffstat (limited to 'src/screen_help.c')
-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 e440672d2..eec76d18a 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -210,7 +210,6 @@ help_title(mpd_unused char *str, mpd_unused size_t size) static void help_paint(mpd_unused screen_t *screen, mpd_unused mpdclient_t *c) { - lw->clear = 1; list_window_paint(lw, list_callback, NULL); wrefresh(lw->w); } |