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 /hlsPlayerControl.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 'hlsPlayerControl.h')
-rw-r--r-- | hlsPlayerControl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hlsPlayerControl.h b/hlsPlayerControl.h index 2f7347b..9b51c97 100644 --- a/hlsPlayerControl.h +++ b/hlsPlayerControl.h @@ -34,7 +34,6 @@ protected: public: static cControl* Create(plexclient::Video* Video); cHlsPlayerControl(cHlsPlayer* Player, plexclient::MediaContainer* Container); - virtual ~cHlsPlayerControl(); virtual void Show(void); virtual void Hide(void); |