summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-04 21:36:21 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-04 21:37:58 +0200
commit7710ed414acf8ecdf1a54bd58a7a26a696ee199f (patch)
tree8bce68b491f487d6550b649b2188bb3efe6437e0 /playlist.h
parent745fa29c0fe4860a67da698c17057d687f1b9bc7 (diff)
moved playtime and started_timestamp from playitem to streamer global variables;
playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions
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 1e4959ff..e0485d89 100644
--- a/playlist.h
+++ b/playlist.h
@@ -33,8 +33,6 @@ typedef struct playItem_s {
int startsample;
int endsample;
int shufflerating; // sort order for shuffle mode
- float playtime; // total playtime
- time_t started_timestamp; // result of calling time(NULL)
// private area, must not be visible to plugins
float _duration;
uint32_t _flags;