diff options
author | Christian <zerov83@gmail.com> | 2016-04-02 23:28:44 +0200 |
---|---|---|
committer | Christian <zerov83@gmail.com> | 2016-04-02 23:28:44 +0200 |
commit | f94b31e13127247160815c5902e75f7bcbf3d393 (patch) | |
tree | 2f3baa9733d9a56473930152c5af097c0a271763 /plexOsd.h | |
parent | 893c0af051a0832b3bea59a1db4276c938e6211e (diff) | |
download | vdr-plugin-plex-f94b31e13127247160815c5902e75f7bcbf3d393.tar.gz vdr-plugin-plex-f94b31e13127247160815c5902e75f7bcbf3d393.tar.bz2 |
Code cleanup
Diffstat (limited to 'plexOsd.h')
-rw-r--r-- | plexOsd.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -31,7 +31,7 @@ class cPlexBrowser :public cOsdMenu private: std::shared_ptr<plexclient::Plexservice> pService; std::shared_ptr<plexclient::MediaContainer> pCont; - std::vector<plexclient::Video> *v_Vid; + std::vector<plexclient::cVideo> *v_Vid; std::vector<plexclient::Directory> *v_Dir; std::vector<std::string> m_vStack; std::string m_sSection; @@ -60,9 +60,6 @@ public: */ class cPlexMenu:public cOsdMenu { - -private: - void SetRootMenu(); public: cPlexMenu(const char *, int = 0, int = 0, int = 0, int = 0, int = 0); virtual eOSState ProcessKey(eKeys); |