From 7710ed414acf8ecdf1a54bd58a7a26a696ee199f Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 4 May 2011 21:36:21 +0200 Subject: 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 --- playlist.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'playlist.h') 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; -- cgit v1.2.3