summaryrefslogtreecommitdiff
path: root/recmanager.c
diff options
context:
space:
mode:
authorkamel5 <kamel5 (at) gmx (dot) net>2018-03-08 14:20:23 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-01-27 11:31:16 +0100
commit82fb45a0884dedc205e9cb80766cbf213276e06f (patch)
tree9bdb643f5fb00f300be808a37cee7fbf8293e746 /recmanager.c
parente476e0e8c07b3715ae123b4251dbab8800939d10 (diff)
downloadvdr-plugin-tvguide-82fb45a0884dedc205e9cb80766cbf213276e06f.tar.gz
vdr-plugin-tvguide-82fb45a0884dedc205e9cb80766cbf213276e06f.tar.bz2
Cosmetic changes
Diffstat (limited to 'recmanager.c')
-rw-r--r--recmanager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/recmanager.c b/recmanager.c
index 1b03353..f2abc71 100644
--- a/recmanager.c
+++ b/recmanager.c
@@ -710,7 +710,7 @@ const cEvent **cRecManager::LoadReruns(const cEvent *event, int &numResults) {
strQuery += "~";
if (!isempty(event->ShortText()))
strQuery += event->ShortText();
- data.useSubTitle = true;
+ data.useSubTitle = true;
} else {
data.useSubTitle = false;
}
@@ -769,7 +769,7 @@ const cEvent **cRecManager::WhatsOnNow(bool nowOrNext, int &numResults) {
#if VDRVERSNUM >= 20301
LOCK_SCHEDULES_READ;
LOCK_CHANNELS_READ;
- const cChannels* channels = Channels;
+// const cChannels* channels = Channels;
const cSchedules* schedules = Schedules;
#else
cSchedulesLock schedulesLock;
@@ -846,7 +846,7 @@ const cEvent **cRecManager::UserDefinedTime(int userTime, int &numResults) {
#if VDRVERSNUM >= 20301
LOCK_CHANNELS_READ;
LOCK_SCHEDULES_READ;
- const cChannels* channels = Channels;
+// const cChannels* channels = Channels;
const cSchedules* schedules = Schedules;
#else
cSchedulesLock schedulesLock;