From 378843a4daa0e5a21afd6bc836c0b491e461ce5d Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Wed, 8 Jul 2026 15:15:50 -0300 Subject: [PATCH] Remove unused variable (#14670) --- src/slic3r/GUI/Tab.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 0e0adbbdda..14ad4bc596 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -2743,7 +2743,6 @@ void TabPrint::build() optgroup->append_single_option_line("top_surface_density", "strength_settings_top_bottom_shells#surface-density"); optgroup->append_single_option_line("top_surface_pattern", "strength_settings_top_bottom_shells#surface-pattern"); optgroup->append_single_option_line("top_layer_direction", "strength_settings_infill#top-direction"); - optgroup->append_single_option_line("top_surface_hole_contraction", "strength_settings_top_bottom_shells#surface-hole-contraction"); optgroup->append_single_option_line("top_surface_expansion", "strength_settings_top_bottom_shells#surface-expansion"); optgroup->append_single_option_line("top_surface_expansion_margin", "strength_settings_top_bottom_shells#surface-expansion-margin"); optgroup->append_single_option_line("top_surface_expansion_direction", "strength_settings_top_bottom_shells#surface-expansion-direction");