summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorTimo Eskola <timo@tolleri.net>2018-08-29 13:18:18 +0300
committerTimo Eskola <timo@tolleri.net>2018-08-29 13:18:18 +0300
commitccf8878722725b66c78afdfdfa22d7be355f082f (patch)
tree7d1186b5f1d34127b0ce218d50c662375f88d101 /menu.h
parent9dea9d4c4d5f7b24279ca635799a5431ad0d139e (diff)
downloadvdr-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/menu.h b/menu.h
index 3044f72..2cb5f41 100644
--- a/menu.h
+++ b/menu.h
@@ -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);