mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 23:35:59 +08:00
Remove unused lambda capture plater in lambda function fix_and_update_progress() inside check_objects_after_cut().
This commit is contained in:
parent
413241fcbc
commit
41aff15c51
@ -3310,7 +3310,7 @@ static void check_objects_after_cut(const ModelObjectPtrs& objects)
|
||||
for (int obj_idx : err_objects_idxs)
|
||||
model_names.push_back(objects[obj_idx]->name);
|
||||
|
||||
auto fix_and_update_progress = [plater, model_names, &objects](const int obj_idx, int model_idx,
|
||||
auto fix_and_update_progress = [model_names, &objects](const int obj_idx, int model_idx,
|
||||
wxProgressDialog& progress_dlg,
|
||||
std::vector<std::string>& succes_models,
|
||||
std::vector<std::pair<std::string, std::string>>& failed_models) -> bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user