Change build_tree return value to void as its not used anywhere

This commit is contained in:
tamasmeszaros 2022-06-09 17:07:20 +02:00
parent 36ec731adf
commit 725f5c05e3
3 changed files with 16 additions and 22 deletions

View file

@ -238,7 +238,7 @@ template<class PC, class Fn> void traverse(PC &&pc, size_t root, Fn &&fn)
}
}
bool build_tree(PointCloud &pcloud, Builder &builder);
void build_tree(PointCloud &pcloud, Builder &builder);
}} // namespace Slic3r::branchingtree