summaryrefslogtreecommitdiff
path: root/ttxtsubsreceiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttxtsubsreceiver.c')
-rw-r--r--ttxtsubsreceiver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ttxtsubsreceiver.c b/ttxtsubsreceiver.c
index 04eb582..64dda0e 100644
--- a/ttxtsubsreceiver.c
+++ b/ttxtsubsreceiver.c
@@ -19,11 +19,7 @@ struct ringBufItem {
cTtxtSubsReceiver::cTtxtSubsReceiver(tChannelID ChnId, int Ca, struct ttxtpidinfo *PI)
:
-#if defined(APIVERSNUM) && APIVERSNUM < 10500
- cReceiver(Ca, -1, PI->pid),
-#else
cReceiver(ChnId, -1, PI->pid),
-#endif
mGetMutex(),
mGetCond(),
mRingBuf(sizeof(ringBufItem) * 500, true),