Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox authored and Yichen committed Oct 12, 2024
1 parent ff6898d commit bdad90a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libslic3r/Support/TreeSupport3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -3941,9 +3938,6 @@ extern bool g_showed_performance_warning;
*/
static void generate_support_areas(Print &print, const BuildVolume &build_volume, const std::vector<size_t> &print_object_ids, std::function<void()> 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<std::pair<TreeSupportSettings, std::vector<size_t>>> grouped_meshes = group_meshes(print, print_object_ids);
if (grouped_meshes.empty())
Expand Down

0 comments on commit bdad90a

Please sign in to comment.