CChannelList/COsdSetup: use showOsdChanlistSetup() from OSD-Setup

This removes multiple code parts from COsdSetup without
loss of functionality.
This commit is contained in:
2014-06-07 23:13:09 +02:00
committed by svenhoefer
parent 67ab4addeb
commit 253579909f
3 changed files with 10 additions and 64 deletions

View File

@@ -101,7 +101,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
~COsdSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
int showContextChanlistMenu();
int showContextChanlistMenu(CMenuWidget *menu_chanlist);
};
#endif