summaryrefslogtreecommitdiff
path: root/pending_notifications.c
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-07 15:57:26 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-07 15:57:26 +0200
commit8905334e795a299f332395b92faaa5560b2d4c7f (patch)
tree547ddad686a9cd3c6a5b77d8dd47448319fe3b63 /pending_notifications.c
parent708819a7b5653f2d66c7fb17baba2c7a081a47a7 (diff)
downloadvdr-plugin-epgsearch-8905334e795a299f332395b92faaa5560b2d4c7f.tar.gz
vdr-plugin-epgsearch-8905334e795a299f332395b92faaa5560b2d4c7f.tar.bz2
Drop legacy code prior VDR 2.3.x
Diffstat (limited to 'pending_notifications.c')
-rw-r--r--pending_notifications.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pending_notifications.c b/pending_notifications.c
index 8d3046d..4f6955d 100644
--- a/pending_notifications.c
+++ b/pending_notifications.c
@@ -121,12 +121,8 @@ const char *cPendingNotification::ToText(void) const
free(buffer);
buffer = NULL;
-#if VDRVERSNUM > 20300
LOCK_CHANNELS_READ;
const cChannels *vdrchannels = Channels;
-#else
- cChannels *vdrchannels = &Channels;
-#endif
const cChannel *channel = vdrchannels->GetByChannelID(channelID, true, true);
if (!channel)
LogFile.Log(3,"invalid channel in pending notifications!");