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-10-11 16:51:36 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-10-11 16:51:36 +0300
commite6403a74efaa15472689f460bd9a754d6129c348 (patch)
tree4237b461034414d4d7c1e02038139b8e07745a26 /src/slic3r/GUI/Camera.hpp
parent1c05d88c008c9d2b27cc43722e322c8df5fd9b05 (diff)
ENABLE_3DCONNEXION_DEVICES tech set as default
Diffstat (limited to 'src/slic3r/GUI/Camera.hpp')
-rw-r--r--src/slic3r/GUI/Camera.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/slic3r/GUI/Camera.hpp b/src/slic3r/GUI/Camera.hpp
index bf452833c..fae203a28 100644
--- a/src/slic3r/GUI/Camera.hpp
+++ b/src/slic3r/GUI/Camera.hpp
@@ -63,13 +63,8 @@ public:
void set_theta(float theta, bool apply_limit);
double get_zoom() const { return m_zoom; }
-#if ENABLE_3DCONNEXION_DEVICES
void update_zoom(double delta_zoom);
void set_zoom(double zoom);
-#else
- void set_zoom(double zoom, const BoundingBoxf3& max_box, int canvas_w, int canvas_h);
- void set_zoom(double zoom) { m_zoom = zoom; }
-#endif // ENABLE_3DCONNEXION_DEVICES
const BoundingBoxf3& get_scene_box() const { return m_scene_box; }
void set_scene_box(const BoundingBoxf3& box) { m_scene_box = box; }