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:
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)
|
||||
{
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue