Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3D.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3D.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/slic3r/GUI/GLCanvas3D.hpp b/src/slic3r/GUI/GLCanvas3D.hpp
index 882455a01..2408e0273 100644
--- a/src/slic3r/GUI/GLCanvas3D.hpp
+++ b/src/slic3r/GUI/GLCanvas3D.hpp
@@ -728,10 +728,6 @@ private:
bool _is_any_volume_outside() const;
-#if !ENABLE_SVG_ICONS
- void _resize_toolbars() const;
-#endif // !ENABLE_SVG_ICONS
-
// updates the selection from the content of m_hover_volume_idxs
void _update_selection_from_hover();