summaryrefslogtreecommitdiff
path: root/PLUGINS/src/dvbsddevice/dvbsdffosd.h
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS/src/dvbsddevice/dvbsdffosd.h')
-rw-r--r--PLUGINS/src/dvbsddevice/dvbsdffosd.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/PLUGINS/src/dvbsddevice/dvbsdffosd.h b/PLUGINS/src/dvbsddevice/dvbsdffosd.h
deleted file mode 100644
index bf123438..00000000
--- a/PLUGINS/src/dvbsddevice/dvbsdffosd.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * dvbsdffosd.h: Implementation of the DVB SD Full Featured On Screen Display
- *
- * See the README file for copyright information and how to reach the author.
- *
- * $Id: dvbsdffosd.h 2.2 2012/12/03 13:43:55 kls Exp $
- */
-
-#ifndef __DVBSDFFODF_H
-#define __DVBSDFFODF_H
-
-#include <vdr/osd.h>
-
-class cDvbOsdProvider : public cOsdProvider {
-private:
- int osdDev;
-public:
- cDvbOsdProvider(int OsdDev);
- virtual cOsd *CreateOsd(int Left, int Top, uint Level);
- };
-
-#endif //__DVBSDFFODF_H