aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_play.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen_play.c b/src/screen_play.c
index 579d4f4ca..6eac958b6 100644
--- a/src/screen_play.c
+++ b/src/screen_play.c
@@ -362,7 +362,6 @@ static void
play_paint(mpd_unused screen_t *screen, mpdclient_t *c)
{
list_window_paint(lw, list_callback, (void *) c);
- wnoutrefresh(lw->w);
}
static void
@@ -393,7 +392,6 @@ play_update(screen_t *screen, mpdclient_t *c)
playlist_id = c->playlist.id;
} else {
list_window_paint(lw, list_callback, (void *) c);
- wnoutrefresh(lw->w);
}
}