1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Code cleanup

This commit is contained in:
Tomasz Zieliński
2024-03-27 08:03:19 +01:00
parent a89abf0289
commit a94286c23d
6 changed files with 2 additions and 10 deletions

View File

@@ -43,8 +43,6 @@ void WaterRoutes::process()
result.push_back(wproxy->waterRoute(*z.second));
}
//Zone::Lock lock(zone.areaMutex);
auto area = zone.area();
auto freePaths = zone.freePaths();
auto areaPossible = zone.areaPossible();