1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

vcmi: remove unused-but-set-variables

This commit is contained in:
Konstantin
2023-01-23 02:58:41 +03:00
parent 3ea4e8c249
commit cf56f7ccce
4 changed files with 1 additions and 13 deletions

View File

@@ -439,11 +439,6 @@ CMultiPlayers::CMultiPlayers(const std::string & firstPlayer, ESelectionScreen S
void CMultiPlayers::onChange(std::string newText)
{
size_t namesCount = 0;
for(auto & elem : inputNames)
if(!elem->getText().empty())
namesCount++;
}
void CMultiPlayers::enterSelectionScreen()