From 407702d2325663492958761b35400db3370ffdd0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 1 Nov 2007 18:23:05 +0100 Subject: [PATCH] Kill unused afd.attributes_string. --- afs.h | 1 - vss.c | 1 - 2 files changed, 2 deletions(-) diff --git a/afs.h b/afs.h index b16f32ce..f9a44893 100644 --- a/afs.h +++ b/afs.h @@ -113,7 +113,6 @@ int make_status_items(struct ls_data *d, struct para_buffer *pb); struct audio_file_data { enum play_mode current_play_mode; - char attributes_string[MAXLINE]; char path[_POSIX_PATH_MAX]; char afs_status_info[AFS_STATUS_INFO_SIZE]; int fd; diff --git a/vss.c b/vss.c index fbe740a8..1ec0b5db 100644 --- a/vss.c +++ b/vss.c @@ -205,7 +205,6 @@ static void vss_eof(void) mmd->afd.afsi.lyrics_id = 0; mmd->afd.afsi.image_id = 0; mmd->mtime = 0; - mmd->afd.attributes_string[0] = '\0'; mmd->size = 0; mmd->events++; } -- 2.39.2