diff options
author | chriszero <zerov83@gmail.com> | 2015-01-30 21:15:27 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-01-30 21:15:27 +0100 |
commit | 5e9305312db74b71aae9025f7bfe06bac8ebb885 (patch) | |
tree | fa1d6215f8958c33c13c44627162fcacfc3b7a83 /hlsPlayer.h | |
parent | 87eb8a9e931606da4197391b6e3a09376b1383c2 (diff) | |
download | vdr-plugin-plex-5e9305312db74b71aae9025f7bfe06bac8ebb885.tar.gz vdr-plugin-plex-5e9305312db74b71aae9025f7bfe06bac8ebb885.tar.bz2 |
Some fixes from last commit.
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r-- | hlsPlayer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hlsPlayer.h b/hlsPlayer.h index 49561d8..4144659 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -90,7 +90,6 @@ private: ePlayModes playMode; virtual void Activate(bool On); - unsigned long long MsNow(void); int GetPlayedSeconds(void); void CountPlayedSeconds(void); void ResetPlayedSeconds(void); |