Sketcher: remove surplus push_back to shapes (fixes #21499)

This commit is contained in:
jffmichi
2025-05-21 21:28:30 +02:00
committed by Benjamin Nauck
parent bd40c8f1e2
commit 7c4b0b4d4b

View File

@@ -387,7 +387,6 @@ void SketchObject::buildShape()
convertSubName(indexedName, false));
}
else {
shapes.push_back(getEdge(geo, convertSubName(indexedName, false).c_str()));
addEdge(geo, indexedName);
}
}