diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-04-06 18:34:31 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-04-07 12:57:14 +0200 |
commit | 52d887d854c85d1b2b4cb1626020bb85b1042ffd (patch) | |
tree | b45502989d58f622103caa5c754b4487d5f65652 /recmenuitem.h | |
parent | 6f7042d41f74f6ffc443f04cfffda0440b429da4 (diff) | |
download | vdr-plugin-tvguide-52d887d854c85d1b2b4cb1626020bb85b1042ffd.tar.gz vdr-plugin-tvguide-52d887d854c85d1b2b4cb1626020bb85b1042ffd.tar.bz2 |
Some changes for VDR < 2.3.0
Diffstat (limited to 'recmenuitem.h')
-rw-r--r-- | recmenuitem.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recmenuitem.h b/recmenuitem.h index 8ea0695..8d9a967 100644 --- a/recmenuitem.h +++ b/recmenuitem.h @@ -489,11 +489,7 @@ public: class cRecMenuItemChannelChooser : public cRecMenuItem { private: cString text; -#if VDRVERSNUM >= 20301 const cChannel *channel; -#else - cChannel *channel; -#endif int channelNumber; int *callback; bool initialChannelSet; @@ -502,11 +498,7 @@ private: void DrawValue(void); public: cRecMenuItemChannelChooser (cString text, -#if VDRVERSNUM >= 20301 const cChannel *initialChannel, -#else - cChannel *initialChannel, -#endif bool active = false, int *callback = NULL, eRecMenuState action = rmsNotConsumed); |