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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2020-02-13 11:50:06 +0300
committerEnrico Turri <enricoturri@seznam.cz>2020-02-13 11:50:06 +0300
commitb0218daafe63eecc3e4dbd4d4074d503ab7d8d2d (patch)
tree3ff6929c6b5845f9ee1e6980741e83f4860e0eaa /src/slic3r/GUI/GLToolbar.hpp
parent5797c9edc2999d36065c747b401558ba324abcc6 (diff)
ENABLE_MODIFIED_TOOLBAR_TEXTURES set as default
Diffstat (limited to 'src/slic3r/GUI/GLToolbar.hpp')
-rw-r--r--src/slic3r/GUI/GLToolbar.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/slic3r/GUI/GLToolbar.hpp b/src/slic3r/GUI/GLToolbar.hpp
index f53b8efb9..6f24e22cf 100644
--- a/src/slic3r/GUI/GLToolbar.hpp
+++ b/src/slic3r/GUI/GLToolbar.hpp
@@ -143,9 +143,6 @@ public:
void render(unsigned int tex_id, float left, float right, float bottom, float top, unsigned int tex_width, unsigned int tex_height, unsigned int icon_size) const;
private:
-#if !ENABLE_MODIFIED_TOOLBAR_TEXTURES
- GLTexture::Quad_UVs get_uvs(unsigned int tex_width, unsigned int tex_height, unsigned int icon_size) const;
-#endif // !ENABLE_MODIFIED_TOOLBAR_TEXTURES
void set_visible(bool visible) { m_data.visible = visible; }
friend class GLToolbar;