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:
authorEnrico Turri <enricoturri@seznam.cz>2019-07-12 11:13:35 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-07-12 11:13:35 +0300
commitcc70c8dff9c6b9395845caba0542954276081613 (patch)
tree00d24b4b372a11ee2fe3e941c609227037397463 /src/slic3r/GUI/GLCanvas3D.hpp
parent5cbaa7b08129899ff207d660aed42e22531ef9b4 (diff)
Tech ENABLE_SVG_ICONS set as default
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();