aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_play.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen_play.c b/src/screen_play.c
index 0426176d6..c59c766cd 100644
--- a/src/screen_play.c
+++ b/src/screen_play.c
@@ -80,7 +80,6 @@ list_callback(unsigned idx, int *highlight, void *data)
mpdclient_t *c = (mpdclient_t *) data;
mpd_Song *song;
- *highlight = 0;
if( (song=playlist_get_song(c, idx)) == NULL ) {
return NULL;
}