diff options
author | etobi <git@e-tobi.net> | 2013-03-09 23:01:00 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2013-03-09 23:01:00 +0100 |
commit | 6272d013d2f0cc4166e162cd0dbd8110d53f3dc4 (patch) | |
tree | dcd964c1762a2aa80a6f4a22124d4191c2116ea8 /txtrecv.h | |
parent | 914417509db83e848d546786bd445dd1529fe2f3 (diff) | |
download | vdr-plugin-osdteletext-6272d013d2f0cc4166e162cd0dbd8110d53f3dc4.tar.gz vdr-plugin-osdteletext-6272d013d2f0cc4166e162cd0dbd8110d53f3dc4.tar.bz2 |
Dropped backwards compatibility for VDR 1.6.0 (Closes #944)
Diffstat (limited to 'txtrecv.h')
-rw-r--r-- | txtrecv.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -176,11 +176,7 @@ private: bool storeTopText; Storage* storage; protected: - virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber -#if APIVERSNUM >= 10726 - , bool LiveView -#endif - ); + virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView); public: cTxtStatus(bool storeTopText, Storage* storage); ~cTxtStatus(); |