mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 09:14:05 +00:00
Remove unused std::string
This commit is contained in:
parent
aeb0ccff90
commit
45d43045eb
1 changed files with 0 additions and 1 deletions
|
@ -1095,7 +1095,6 @@ void CSVRender::TerrainShapeMode::selectTerrainShapes(const std::pair<int, int>&
|
||||||
for(auto const& value: mCustomBrushShape)
|
for(auto const& value: mCustomBrushShape)
|
||||||
{
|
{
|
||||||
std::pair<int, int> localVertexCoords (vertexCoords.first + value.first, vertexCoords.second + value.second);
|
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);
|
handleSelection(localVertexCoords.first, localVertexCoords.second, &selections);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue