CMenuOptionChooser: Remove bad function getOptionName()

- Please use getName() as replacement.

Signed-off-by: Thilo Graf <dbt@novatux.de>

partial revert of ed9ee24f68


Origin commit data
------------------
Branch: ni/coolstream
Commit: e07af686f0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-04-09 (Wed, 09 Apr 2014)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2014-04-09 06:48:53 +02:00
committed by Thilo Graf
parent 6c9f1dc6e4
commit d37b82c7d4

View File

@@ -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;}