diff options
Diffstat (limited to 'dxr3demuxdevice.c')
-rw-r--r-- | dxr3demuxdevice.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c index 81eeea6..6dc7292 100644 --- a/dxr3demuxdevice.c +++ b/dxr3demuxdevice.c @@ -239,14 +239,6 @@ void cDxr3DemuxDevice::SetVideoOnlyMode() m_dxr3Device.SetPlayMode(); } -#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) { |