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

This removes multiple code parts from COsdSetup without
loss of functionality.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 253579909f
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-07 (Sat, 07 Jun 2014)



------------------
This commit was generated by Migit
This commit is contained in:
2014-06-07 23:13:09 +02:00
committed by vanhofen
parent 4bfeb58ea3
commit 373dbba059
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