summaryrefslogtreecommitdiff
path: root/dxr3demuxdevice.h
diff options
context:
space:
mode:
authorscop <scop>2005-05-28 10:03:24 +0000
committerscop <scop>2005-05-28 10:03:24 +0000
commit21050a9fd6ec17093a3c8aa308912eba0dedaabb (patch)
tree563b326a8e9a34c43b5e690fc997434df23b3721 /dxr3demuxdevice.h
parent0d12885cbe71c72e7f18d0048dd9ed4025521550 (diff)
downloadvdr-plugin-dxr3-21050a9fd6ec17093a3c8aa308912eba0dedaabb.tar.gz
vdr-plugin-dxr3-21050a9fd6ec17093a3c8aa308912eba0dedaabb.tar.bz2
Clean up non-working dead code for VDR < 1.3.11.
Diffstat (limited to 'dxr3demuxdevice.h')
-rw-r--r--dxr3demuxdevice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h
index ebccaae..64971d6 100644
--- a/dxr3demuxdevice.h
+++ b/dxr3demuxdevice.h
@@ -55,10 +55,6 @@ public:
void SetReplayMode(void);
void SetTrickMode(eDxr3TrickState trickState, int Speed = 1);
-#if VDRVERSNUM < 10307
- cOsdBase* NewOsd(int x, int y);
-#endif
-
int DemuxPes(const uint8_t* buf, int length, bool bAc3Dts = false);
int DemuxAudioPes(const uint8_t* buf, int length);
void StillPicture(const uint8_t* buf, int length);