summaryrefslogtreecommitdiff
path: root/playmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'playmenu.h')
-rw-r--r--playmenu.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/playmenu.h b/playmenu.h
deleted file mode 100644
index 4844585..0000000
--- a/playmenu.h
+++ /dev/null
@@ -1,25 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-/// ///
-/// This file is part of the VDR mpv plugin and licensed under AGPLv3 ///
-/// ///
-/// See the README file for copyright information ///
-/// ///
-//////////////////////////////////////////////////////////////////////////////
-
-#ifndef __MPV_BROWSER_H
-#define __MPV_BROWSER_H
-
-#include <vdr/plugin.h>
-
-class cPlayMenu:public cOsdMenu
-{
- private:
- public:
- cPlayMenu(const char *, int = 0, int = 0, int = 0, int = 0, int = 0);
- virtual ~ cPlayMenu();
- virtual eOSState ProcessKey(eKeys);
- int PlayFile(const char *Filename);
-};
-
-#endif
-