::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

@@ -529,11 +529,6 @@ void CKeyboardInput::insertChar()
changed = true;
}
std::string &CKeyboardInput::getValue(void)
{
return *valueString;
}
void CKeyboardInput::forceSaveScreen(bool enable)
{
force_saveScreen = enable;