summaryrefslogtreecommitdiff
path: root/epg_events.cpp
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-06-11 21:08:35 +0200
committerJasmin Jessich <jasmin@anw.at>2017-06-15 23:56:53 +0200
commit81139eddb642f4567151ebe98656ef67a72bd9d3 (patch)
tree0d868bc43321049a6fa08937c9f78e340d9b46dd /epg_events.cpp
parentb86560030911208be738163ecd0e48790c9317a1 (diff)
downloadvdr-plugin-live-81139eddb642f4567151ebe98656ef67a72bd9d3.tar.gz
vdr-plugin-live-81139eddb642f4567151ebe98656ef67a72bd9d3.tar.bz2
Fixed compilation for VDR 2.3.7
- Removed unused variable cSchedulesLock schedulesLock in epg_events.cpp - Removed unused variable schedulesLockPtr in epginfo.ecpp
Diffstat (limited to 'epg_events.cpp')
-rw-r--r--epg_events.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/epg_events.cpp b/epg_events.cpp
index bda7ce3..58efe62 100644
--- a/epg_events.cpp
+++ b/epg_events.cpp
@@ -281,7 +281,6 @@ namespace vdrlive
EpgInfoPtr CreateEpgInfo(string const &epgid, cSchedules const *schedules)
{
string const errorInfo(tr("Epg error"));
- cSchedulesLock schedulesLock;
tEventID eventId = tEventID();
tChannelID channelId = tChannelID();