Kill unused afd.attributes_string.
authorAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 17:23:05 +0000 (18:23 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 17:23:05 +0000 (18:23 +0100)
afs.h
vss.c

diff --git a/afs.h b/afs.h
index b16f32ced38440fafb3a068e502341aa6ca57a0e..f9a44893db741e5ac7eabb9d52175c804d2f75bd 100644 (file)
--- 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;
 
 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;
        char path[_POSIX_PATH_MAX];
        char afs_status_info[AFS_STATUS_INFO_SIZE];
        int fd;
diff --git a/vss.c b/vss.c
index fbe740a892b9108a6fa4ac5b78421c79f6bc3631..1ec0b5db8604415af3b90ad8cc93bbc892727173 100644 (file)
--- 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.afsi.lyrics_id = 0;
        mmd->afd.afsi.image_id = 0;
        mmd->mtime = 0;
-       mmd->afd.attributes_string[0] = '\0';
        mmd->size = 0;
        mmd->events++;
 }
        mmd->size = 0;
        mmd->events++;
 }