diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-03-17 18:22:01 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-03-17 18:22:01 +0100 |
commit | 636d56b051907e5041ee501284c4a2552489ca50 (patch) | |
tree | 493ba1d4f71a2eb29efdb7ef1bd01cfa6487d3ba /setup.h | |
parent | 2da0dc7af7c885c10b9511040c42ee5198a2cfa1 (diff) | |
download | vdr-plugin-infosatepg-636d56b051907e5041ee501284c4a2552489ca50.tar.gz vdr-plugin-infosatepg-636d56b051907e5041ee501284c4a2552489ca50.tar.bz2 |
Removed EventTimeDiff option
Found bug in readline.cpp
Added unlocated events info
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,8 +19,6 @@ private: cGlobalInfosatepg *global; //int newChannel; int newWaitTime; - int newWakeupTime; - int newEventTimeDiff; int newFrequency; char newPolarization; int newSrate; |