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>2019-06-25 10:20:58 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-06-25 10:20:58 +0300
commit3d755e1bbe642becb73c9f64910616787eade373 (patch)
tree15bdd2338451f3ccb916c210b6bcac9af73d7bec /src/slic3r/GUI/GLCanvas3DManager.hpp
parent27cc66eb54e8da3f0c644196c4ecaa7a9cfd8259 (diff)
Removed 'Use legacy OpenGL 1.1 rendering' option
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3DManager.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GLCanvas3DManager.hpp b/src/slic3r/GUI/GLCanvas3DManager.hpp
index 26c2558d0..7a600dcbd 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -75,7 +75,6 @@ private:
wxGLContext* m_context;
static GLInfo s_gl_info;
bool m_gl_initialized;
- bool m_use_legacy_opengl;
bool m_use_VBOs;
static EMultisampleState s_multisample;
static bool s_compressed_textures_supported;