diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_artist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen_artist.c b/src/screen_artist.c index f010a089d..eb7b2e5d4 100644 --- a/src/screen_artist.c +++ b/src/screen_artist.c @@ -72,7 +72,6 @@ artist_lw_callback(int index, int *highlight, void *data) static char buf[BUFSIZE]; char *str, *str_utf8; - *highlight = 0; if( (str_utf8=(char *) g_list_nth_data(metalist,index))==NULL ) return NULL; |