::getValue(void): remove multiple declared members

Already inherited from CMenuTarget
This commit is contained in:
2018-04-11 16:12:03 +02:00
parent bfb61a273e
commit ef4ba9847e
5 changed files with 1 additions and 13 deletions

View File

@@ -135,7 +135,6 @@ class CKeyboardInput : public CMenuTarget
void hide();
int exec( CMenuTarget* parent, const std::string & actionKey );
virtual std::string &getValue(void);
void forceSaveScreen(bool enable);
};