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

@@ -368,11 +368,6 @@ void CStringInput::keyPlusPressed()
}
}
std::string &CStringInput::getValue(void)
{
return *valueString;
}
void CStringInput::forceSaveScreen(bool enable)
{
force_saveScreen = enable;