mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CMenuOptionChooser: Remove bad function getOptionName()
- Please use getName() as replacement.
Signed-off-by: Thilo Graf <dbt@novatux.de>
partial revert of afbd87083b
This commit is contained in:
@@ -417,7 +417,6 @@ class CMenuOptionChooser : public CAbstractMenuOptionChooser
|
||||
void setOptions(const struct keyval_ext * const Options, const unsigned Number_Of_Options);
|
||||
|
||||
int paint(bool selected);
|
||||
std::string getOptionName()const {return nameString;};
|
||||
|
||||
int exec(CMenuTarget* parent);
|
||||
int isMenueOptionChooser(void) const{return 1;}
|
||||
|
Reference in New Issue
Block a user