summaryrefslogtreecommitdiff
path: root/cPlexOsdItem.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-15 22:17:20 +0100
committerchriszero <zerov83@gmail.com>2015-02-15 22:17:20 +0100
commit6255bbe09625828312e08835bb30d5822d600e46 (patch)
tree6217475a4f3a9fa075a181f7972f0c99db387a7f /cPlexOsdItem.h
parente412257abf8de4576a180351d24ff07589fa630c (diff)
downloadvdr-plugin-plex-6255bbe09625828312e08835bb30d5822d600e46.tar.gz
vdr-plugin-plex-6255bbe09625828312e08835bb30d5822d600e46.tar.bz2
Faster response.
Modified Plexservice for future additions.
Diffstat (limited to 'cPlexOsdItem.h')
-rw-r--r--cPlexOsdItem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cPlexOsdItem.h b/cPlexOsdItem.h
index 3395cb0..9aba337 100644
--- a/cPlexOsdItem.h
+++ b/cPlexOsdItem.h
@@ -23,7 +23,6 @@ public:
cPlexOsdItem(const char* title, plexclient::PlexServer* server);
cPlexOsdItem(const char* title, plexclient::Video* obj);
cPlexOsdItem(const char* title, plexclient::Directory* obj);
- ~cPlexOsdItem();
plexclient::Video* GetAttachedVideo();
plexclient::Directory* GetAttachedDirectory();
plexclient::PlexServer* GetAttachedServer();