summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-06-04 04:29:45 +0200
committerMidas <vdrportal_midas@gmx.de>2010-06-04 04:29:45 +0200
commit1fed95e0f593cf9835316533cdca257bc6e199cf (patch)
treec84eeb53b22f6e67d8fa85250baeb0d7eea7dd2c /status.h
parentf9aace9ae188a9e3eec61400f2f0ea996f10aff5 (diff)
downloadvdr-plugin-block-1fed95e0f593cf9835316533cdca257bc6e199cf.tar.gz
vdr-plugin-block-1fed95e0f593cf9835316533cdca257bc6e199cf.tar.bz2
It turned out the former version of the 'Channel EPG' method
sometimes did not switch in the right direction only on VDR 1.7.*. I had to do quite a lot of research to cut out this nasty little bug. Again i hope its finally fixed now ;). Thanks again to igel and vdrtux for testing and reporting.
Diffstat (limited to 'status.h')
-rw-r--r--status.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/status.h b/status.h
index 6525c3a..0051c28 100644
--- a/status.h
+++ b/status.h
@@ -11,8 +11,6 @@
#include <vdr/status.h>
class cStatusBlock : public cStatus {
-private:
- int mLastChannel;
protected:
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);