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

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