summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-17 19:36:31 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-17 19:36:31 +0200
commit3c0e734fe7215692009fda08a40c99d89a5bd40f (patch)
tree652f90251ebf001b65960539a67968fa1529ef05 /deadbeef.h
parent761aae931b03099118720a01f0ec41b09ccc8acc (diff)
mp3 gapless playback WIP
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 05fb499c..d51fb4e4 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -74,8 +74,6 @@ typedef struct {
float timestart; // start time of cue track, or -1
float timeend; // end time of cue track, or -1
float duration; // in seconds
- int startoffset; // offset to seek to skip tags and info-headers
- int endoffset; // offset from end of file where music data ends
int shufflerating; // sort order for shuffle mode
float playtime; // total playtime
time_t started_timestamp; // result of calling time(NULL)