summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorTimo Eskola <timo@tolleri.net>2018-09-08 16:31:06 +0300
committerTimo Eskola <timo@tolleri.net>2018-09-08 16:31:06 +0300
commit803c26c736d4298361e70d8b27143377a4d3ba4a (patch)
tree4f7f5ed86f09c17f10b114e93512152ff717c1fb /menu.h
parent777fed530b2e12d41dd3eb3d0a0ff1be0c7a81c4 (diff)
parent9904b08d6cf42f13cd6210a83d78246cf2644ec2 (diff)
downloadvdr-plugin-duplicates-803c26c736d4298361e70d8b27143377a4d3ba4a.tar.gz
vdr-plugin-duplicates-803c26c736d4298361e70d8b27143377a4d3ba4a.tar.bz2
Merge branch 'vdr2.4.0'
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/menu.h b/menu.h
index 3044f72..9d24481 100644
--- a/menu.h
+++ b/menu.h
@@ -25,16 +25,11 @@ class cMenuSetupDuplicates;
class cMenuDuplicates : public cOsdMenu {
friend class cMenuSetupDuplicates;
private:
-#if VDRVERSNUM >= 20301
- cStateKey recordingsStateKey;
-#else
- int recordingsState;
-#endif
+ cStateKey duplicateRecordingsStateKey;
int helpKeys;
void SetHelpKeys(void);
void Set(bool Refresh = false);
void SetCurrentIndex(int index);
- void Del(int index);
eOSState Play(void);
eOSState Setup(void);
eOSState Delete(void);