1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:53:50 +00:00

Remove unused std::string

This commit is contained in:
Nelsson Huotari 2019-11-04 12:29:37 +02:00
parent aeb0ccff90
commit 45d43045eb

View file

@ -1095,7 +1095,6 @@ void CSVRender::TerrainShapeMode::selectTerrainShapes(const std::pair<int, int>&
for(auto const& value: mCustomBrushShape)
{
std::pair<int, int> localVertexCoords (vertexCoords.first + value.first, vertexCoords.second + value.second);
std::string cellId (CSMWorld::CellCoordinates::vertexGlobalToCellId(localVertexCoords));
handleSelection(localVertexCoords.first, localVertexCoords.second, &selections);
}
}