summaryrefslogtreecommitdiff
path: root/PLUGINS/src/dvbsddevice/dvbsdffosd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-09-10 13:51:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-09-10 13:51:49 +0200
commita384d14f925877d240bbbe7705ba0bc678411b86 (patch)
treea0aec18486657c974ffdfaa0e33e0deadaaf15c6 /PLUGINS/src/dvbsddevice/dvbsdffosd.h
parent471c1cc044c4969c700be040b5092d570984af55 (diff)
downloadvdr-a384d14f925877d240bbbe7705ba0bc678411b86.tar.gz
vdr-a384d14f925877d240bbbe7705ba0bc678411b86.tar.bz2
No longer delivering the dvbsddevice and rcu plugins with the source archive
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