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 'xs/src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--xs/src/slic3r/GUI/GLCanvas3DManager.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/xs/src/slic3r/GUI/GLCanvas3DManager.hpp b/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
index c5b03a553..9d9285601 100644
--- a/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -43,9 +43,6 @@ class GLCanvas3DManager
typedef std::map<wxGLCanvas*, GLCanvas3D*> CanvasesMap;
-//#################################################################################################################
-// wxGLContext* m_context;
-//#################################################################################################################
CanvasesMap m_canvases;
wxGLCanvas* m_current;
GLInfo m_gl_info;
@@ -55,7 +52,6 @@ class GLCanvas3DManager
public:
GLCanvas3DManager();
- ~GLCanvas3DManager();
bool add(wxGLCanvas* canvas);
bool remove(wxGLCanvas* canvas);
@@ -72,10 +68,6 @@ public:
bool init(wxGLCanvas* canvas);
-//#################################################################################################################
-// bool set_current(wxGLCanvas* canvas, bool force);
-// void set_active(wxGLCanvas* canvas, bool active);
-//#################################################################################################################
void set_as_dirty(wxGLCanvas* canvas);
unsigned int get_volumes_count(wxGLCanvas* canvas) const;