diff options
Diffstat (limited to 'dvbosd.h')
-rw-r--r-- | dvbosd.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dvbosd.h b/dvbosd.h deleted file mode 100644 index ae8afb6d..00000000 --- a/dvbosd.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * dvbosd.h: Implementation of the DVB On Screen Display - * - * See the main source file 'vdr.c' for copyright information and - * how to reach the author. - * - * $Id: dvbosd.h 1.19 2007/08/25 13:49:34 kls Exp $ - */ - -#ifndef __DVBOSD_H -#define __DVBOSD_H - -#include "osd.h" - -class cDvbOsdProvider : public cOsdProvider { -private: - int osdDev; -public: - cDvbOsdProvider(int OsdDev); - virtual cOsd *CreateOsd(int Left, int Top, uint Level); - }; - -#endif //__DVBOSD_H |