From d2e495c70042900ed5e3c3085877bc66ad0f7748 Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Thu, 6 Jan 2022 12:34:00 +0100 Subject: Fixed warning --- src/slic3r/GUI/Plater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/slic3r/GUI') diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 734cb7f0c..e3192596a 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -3775,7 +3775,7 @@ void Plater::priv::reload_from_disk() for (const SelectedVolume& sel_v : selected_volumes) { ModelObject* old_model_object = model.objects[sel_v.object_idx]; ModelVolume* old_volume = old_model_object->volumes[sel_v.volume_idx]; - bool has_source = !old_volume->source.input_file.empty() && boost::algorithm::iequals(fs::path(old_volume->source.input_file).filename().string(), fs::path(path).filename().string()); +// bool has_source = !old_volume->source.input_file.empty() && boost::algorithm::iequals(fs::path(old_volume->source.input_file).filename().string(), fs::path(path).filename().string()); replace_volume_with_stl(sel_v.object_idx, sel_v.volume_idx, path, ""); } } -- cgit v1.2.3