From 03d61932a747e12b83b9c1c2d4bec5854ab40837 Mon Sep 17 00:00:00 2001 From: Filip Sykala - NTB T15p Date: Wed, 13 Sep 2023 17:09:43 +0200 Subject: [PATCH] Fix: ../src/slic3r/GUI/Gizmos/GLGizmoSVG.cpp:677:6: warning: unused function 'wu_draw_line' [-Wunused-function] ../src/slic3r/GUI/Gizmos/GLGizmoSVG.cpp:1220:6: warning: unused function 'draw' [-Wunused-function] --- src/slic3r/GUI/IconManager.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/slic3r/GUI/IconManager.hpp b/src/slic3r/GUI/IconManager.hpp index 7814b2280f..24ec3f7a91 100644 --- a/src/slic3r/GUI/IconManager.hpp +++ b/src/slic3r/GUI/IconManager.hpp @@ -98,9 +98,6 @@ private: GLTexture m_icons_texture; unsigned int m_id{ 0 }; - int m_width{ 0 }; - int m_height{ 0 }; - Icons m_icons; };