diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-02-08 17:44:41 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-02-08 17:44:41 +0100 |
commit | 51ab5ce2f55399f7229ba5ea41edc4225dd7f412 (patch) | |
tree | 24b8ed79a6cac21ebabb5ef12e6c7f5bc766b1d1 /global.h | |
parent | ce9f6ffc44cc41dfbe9320650391ddcef5d86d3d (diff) | |
download | vdr-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |