From cedb939f4ea072ef490720feec9691f55918dd2e Mon Sep 17 00:00:00 2001 From: Noisyfox Date: Mon, 30 Sep 2024 14:31:22 +0800 Subject: [PATCH] Fix compile error --- src/libslic3r/Support/TreeSupport3D.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/libslic3r/Support/TreeSupport3D.cpp b/src/libslic3r/Support/TreeSupport3D.cpp index 8a471fb6e1..c96801e008 100644 --- a/src/libslic3r/Support/TreeSupport3D.cpp +++ b/src/libslic3r/Support/TreeSupport3D.cpp @@ -3929,9 +3929,6 @@ static void organic_smooth_branches_avoid_collisions( } #endif // TREE_SUPPORT_ORGANIC_NUDGE_NEW -extern bool g_showed_critical_error; -extern bool g_showed_performance_warning; - /*! * \brief Create the areas that need support. * @@ -3941,9 +3938,6 @@ extern bool g_showed_performance_warning; */ static void generate_support_areas(Print &print, const BuildVolume &build_volume, const std::vector &print_object_ids, std::function throw_on_cancel) { - g_showed_critical_error = false; - g_showed_performance_warning = false; - // Settings with the indexes of meshes that use these settings. std::vector>> grouped_meshes = group_meshes(print, print_object_ids); if (grouped_meshes.empty())