Cleanup: Remove redundant return statement #118176

Open
Germain-Le-Chapelain wants to merge 1 commits from Germain-Le-Chapelain/blender:codesimplification into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 4 deletions

View File

@ -61,10 +61,6 @@ static Geometry *create_geometry(Geometry *const prev_geometry,
}
}
if (prev_geometry && prev_geometry->geom_type_ == GEOM_CURVE) {
return new_geometry();
}
return new_geometry();
}