getValue(void): remove multiple declared members

Already inherited from CMenuTarget


Origin commit data
------------------
Commit: 98a962c16e
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
This commit is contained in:
2018-04-11 23:58:15 +02:00
committed by vanhofen
parent 8322e722ca
commit 7c26b9a2f3
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);
};