summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-02-08 17:44:41 +0100
committerJochen Dolze <vdr@dolze.de>2009-02-08 17:44:41 +0100
commit51ab5ce2f55399f7229ba5ea41edc4225dd7f412 (patch)
tree24b8ed79a6cac21ebabb5ef12e6c7f5bc766b1d1 /global.h
parentce9f6ffc44cc41dfbe9320650391ddcef5d86d3d (diff)
downloadvdr-plugin-infosatepg-51ab5ce2f55399f7229ba5ea41edc4225dd7f412.tar.gz
vdr-plugin-infosatepg-51ab5ce2f55399f7229ba5ea41edc4225dd7f412.tar.bz2
Added content handling
Improved event processing
Diffstat (limited to 'global.h')
-rw-r--r--global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/global.h b/global.h
index fa52fda..adc94ec 100644
--- a/global.h
+++ b/global.h
@@ -125,7 +125,6 @@ public:
cGlobalInfosatdata Infosatdata[EPG_DAYS+1];
void SetWakeupTime(int Time)
{
- dsyslog("infosatepg: time=%i",Time);
if (Time==-1) return;
if (wakeuptime!=-1) return; // already set
wakeuptime=Time;