aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_browser.c')
-rw-r--r--src/screen_browser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen_browser.c b/src/screen_browser.c
index bcf749ed7..b5ce64171 100644
--- a/src/screen_browser.c
+++ b/src/screen_browser.c
@@ -57,12 +57,10 @@ static void
set_highlight(mpdclient_filelist_t *fl, mpd_Song *song, int highlight)
{
struct filelist_entry *entry = filelist_find_song(fl, song);
- mpd_InfoEntity *entity;
if (entry == NULL)
return;
- entity = entry->entity;
if (highlight)
entry->flags |= HIGHLIGHT;
else