aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tag.h b/src/tag.h
index 0f176449f..2e2996f8a 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -26,7 +26,6 @@ typedef struct _MpdTag {
char * album;
char * track;
char * title;
- int time;
} MpdTag;
MpdTag * newMpdTag();