diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-06-17 12:12:18 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-06-17 14:36:03 +0200 |
commit | 1a2da2da0a3d9144db1fc1ecb993bb2b40fc4229 (patch) | |
tree | f6020cba0d80559812151765f9ffcf3659cc3ff8 /recmenus.h | |
parent | b83ad6df810ecf110f92f59723076b35ac12c254 (diff) | |
download | vdr-plugin-tvguide-1a2da2da0a3d9144db1fc1ecb993bb2b40fc4229.tar.gz vdr-plugin-tvguide-1a2da2da0a3d9144db1fc1ecb993bb2b40fc4229.tar.bz2 |
Eliminate AddSubMenu in cRecMenuSearchTimerEdit
Diffstat (limited to 'recmenus.h')
-rw-r--r-- | recmenus.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -210,11 +210,6 @@ private: cTVGuideSearchTimer searchTimer;
std::vector<std::string> channelGroups;
std::vector<cRecMenuItem*> mainMenuItems;
- std::vector<cRecMenuItem*> useChannelSubMenu;
- std::vector<cRecMenuItem*> useGroupSubMenu;
- std::vector<cRecMenuItem*> useTimeSubMenu;
- std::vector<cRecMenuItem*> useDayOfWeekSubMenu;
- std::vector<cRecMenuItem*> avoidRepeatSubMenu;
std::vector<cRecMenuItem*> currentMenuItems;
int numMenuItems;
int useChannelPos;
@@ -252,7 +247,6 @@ private: bool compareSummary;
bool useInFavorites;
void InitMenuItems(void);
- void AddSubMenu(std::vector<cRecMenuItem*> *subMenu);
int SplitChannelGroups(std::vector<std::string> *channelGroups, std::vector<std::string> *channelgroups);
public:
cRecMenuSearchTimerEdit(cTVGuideSearchTimer searchTimer, std::vector<std::string> channelGroups);
|