summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-22 22:57:55 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-22 22:57:55 +0200
commitd377cbbef40a2ea672d746c1c9e0a6643125c7e2 (patch)
tree5e909a8a234a079b681e024d1c2f93fdb9d50939 /playlist.h
parent3c0f4bd7f6e0eac196174dbcf7d9cc06562831b5 (diff)
removed start/end time from playItem_t
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/playlist.h b/playlist.h
index 660621ff..a084e087 100644
--- a/playlist.h
+++ b/playlist.h
@@ -37,8 +37,6 @@ typedef struct playItem_s {
int tracknum; // used for stuff like sid, nsf, cue (will be ignored by most codecs)
int startsample;
int endsample;
- float timestart; // start time of cue track, or -1
- float timeend; // end time of cue track, or -1
float duration; // in seconds
int shufflerating; // sort order for shuffle mode
float playtime; // total playtime