[TD]clean up from recent preferences/return PRs

This commit is contained in:
wandererfan
2023-04-11 19:18:45 -04:00
committed by WandererFan
parent 3f81006ac4
commit 84aa21329e
2 changed files with 0 additions and 2 deletions

View File

@@ -115,7 +115,6 @@ TopoDS_Shape ShapeExtractor::getShapes(const std::vector<App::DocumentObject*> l
BRep_Builder builder;
TopoDS_Compound comp;
builder.MakeCompound(comp);
bool found = false;
for (auto& s:sourceShapes) {
if (s.IsNull()) {
continue;