diff options
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); |