Use Plater's existing background_process() accessor

It was already public and used elsewhere, so the new get_background_process()
and its duplicate forward declaration were redundant; Plater.hpp is now untouched.
This commit is contained in:
SoftFever
2026-08-29 18:52:15 +08:00
parent bbd1989e1e
commit 937437907d
3 changed files with 3 additions and 14 deletions
-5
View File
@@ -20649,11 +20649,6 @@ PartPlateList& Plater::get_partplate_list()
return p->partplate_list;
}
BackgroundSlicingProcess* Plater::get_background_process()
{
return &p->background_process;
}
void Plater::apply_background_progress()
{
PartPlate* part_plate = p->partplate_list.get_curr_plate();