aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/song.h')
-rw-r--r--src/song.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h
index a4f744428..768a6aa04 100644
--- a/src/song.h
+++ b/src/song.h
@@ -32,7 +32,6 @@ typedef struct _Song {
char * utf8file;
MpdTag * tag;
time_t mtime;
- int time;
} Song;
typedef List SongList;