summaryrefslogtreecommitdiff
path: root/dxr3osd.h
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2005-08-15 17:18:40 +0000
committeraustriancoder <austriancoder>2005-08-15 17:18:40 +0000
commit8955b4dfa419698ecb853bb8f1cdc1fe96d206d6 (patch)
tree2ec35c50a4c8feb54f6c6fe48710d6a48bfc2ea6 /dxr3osd.h
parente4c44acfc5421d0794dcbc777202378f35a187e8 (diff)
downloadvdr-plugin-dxr3-8955b4dfa419698ecb853bb8f1cdc1fe96d206d6.tar.gz
vdr-plugin-dxr3-8955b4dfa419698ecb853bb8f1cdc1fe96d206d6.tar.bz2
HEAD should have files of 0.2.3 release
Diffstat (limited to 'dxr3osd.h')
-rw-r--r--dxr3osd.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/dxr3osd.h b/dxr3osd.h
deleted file mode 100644
index bb7d735..0000000
--- a/dxr3osd.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef _DXR3_OSD_H_
-#define _DXR3_OSD_H_
-
-#include "dxr3vdrincludes.h"
-#include "dxr3spuencoder.h"
-
-// ==================================
-// osd plugin provider
-class cDxr3OsdProvider : public cOsdProvider
-{
-public:
- cDxr3OsdProvider() {}
- virtual cOsd *CreateOsd(int Left, int Top);
-};
-
-#endif /*_DXR3_OSD_H_*/
-
-// Local variables:
-// mode: c++
-// c-file-style: "stroustrup"
-// c-file-offsets: ((inline-open . 0))
-// indent-tabs-mode: t
-// End: