diff options
author | Timo Eskola <timo@tolleri.net> | 2018-08-29 13:18:18 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-08-29 13:18:18 +0300 |
commit | ccf8878722725b66c78afdfdfa22d7be355f082f (patch) | |
tree | 7d1186b5f1d34127b0ce218d50c662375f88d101 /menu.h | |
parent | 9dea9d4c4d5f7b24279ca635799a5431ad0d139e (diff) | |
download | vdr-plugin-duplicates-ccf8878722725b66c78afdfdfa22d7be355f082f.tar.gz vdr-plugin-duplicates-ccf8878722725b66c78afdfdfa22d7be355f082f.tar.bz2 |
Dropped support for VDR 2.2.0.
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -25,11 +25,7 @@ class cMenuSetupDuplicates; class cMenuDuplicates : public cOsdMenu { friend class cMenuSetupDuplicates; private: -#if VDRVERSNUM >= 20301 cStateKey recordingsStateKey; -#else - int recordingsState; -#endif int helpKeys; void SetHelpKeys(void); void Set(bool Refresh = false); |