summaryrefslogtreecommitdiff
path: root/dxr3demuxdevice.c
diff options
context:
space:
mode:
authorscop <scop>2005-05-28 10:10:52 +0000
committerscop <scop>2005-05-28 10:10:52 +0000
commitc331a9f175e11b99141b2392c03972bb41f18d15 (patch)
tree4eb7caf00ea5807f5540791b6dcd07dc7fe3696f /dxr3demuxdevice.c
parent35eeb86a2a0e577d789d25e63b7d860abb1d218b (diff)
downloadvdr-plugin-dxr3-c331a9f175e11b99141b2392c03972bb41f18d15.tar.gz
vdr-plugin-dxr3-c331a9f175e11b99141b2392c03972bb41f18d15.tar.bz2
Clean up non-working dead code for VDR < 1.3.8.
Diffstat (limited to 'dxr3demuxdevice.c')
-rw-r--r--dxr3demuxdevice.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c
index 1a90fde..567c05d 100644
--- a/dxr3demuxdevice.c
+++ b/dxr3demuxdevice.c
@@ -238,14 +238,6 @@ void cDxr3DemuxDevice::SetVideoOnlyMode()
}
-#if VDRVERSNUM < 10307
-// ==================================
-cOsdBase* cDxr3DemuxDevice::NewOsd(int x, int y)
-{
- return m_dxr3Device.NewOsd(x, y);
-}
-#endif
-
// ==================================
void cDxr3DemuxDevice::StillPicture(const uint8_t* buf, int length)
{