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>2018-11-01 17:08:39 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-11-01 17:08:39 +0300
commit7751d991d4b3d9db9871fff7545d6375f96ba321 (patch)
tree73c8f4982af8a4120bcf4400d89029fb5b539c42 /src/slic3r/GUI/GLCanvas3DManager.hpp
parent00ec33ef16f1a137cf37a731203d346fd3ccfdd5 (diff)
GLCanvas3D::update_gizmos_data() set as private
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 6ce805bdd..917b4a4e8 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -135,7 +135,6 @@ public:
void set_viewport_from_scene(wxGLCanvas* canvas, wxGLCanvas* other);
void update_volumes_colors_by_extruder(wxGLCanvas* canvas);
- void update_gizmos_data(wxGLCanvas* canvas);
void render(wxGLCanvas* canvas) const;