1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

code improvement

This commit is contained in:
Andrey Filipenkov
2022-09-26 16:37:31 +03:00
parent 4205701f96
commit f0b909f772
6 changed files with 29 additions and 45 deletions

View File

@@ -44,10 +44,6 @@ CSavingScreen::CSavingScreen()
buttonStart->assignedKeys.insert(SDLK_RETURN);
}
CSavingScreen::~CSavingScreen()
{
}
const CMapInfo * CSavingScreen::getMapInfo()
{
return localMi.get();