summaryrefslogtreecommitdiff
path: root/plexOsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'plexOsd.h')
-rw-r--r--plexOsd.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/plexOsd.h b/plexOsd.h
index d6a14f4..b044b10 100644
--- a/plexOsd.h
+++ b/plexOsd.h
@@ -19,11 +19,9 @@
enum menuShow {
MAIN,
- BROWSER,
- INFO
+ BROWSER
};
-
/*
* Plex Browser
*/
@@ -56,13 +54,6 @@ public:
};
-class cPlexInfo : public cOsdMenu
-{
-
-public:
- cPlexInfo(plexclient::Video* video);
- virtual eOSState ProcessKey(eKeys Keys);
-};
/**
** Play plugin menu class.
@@ -71,6 +62,7 @@ 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);