Code cleanup

This commit is contained in:
Enrico Turri 2019-03-07 09:33:33 +01:00
parent 72239732e4
commit b5217918cf
8 changed files with 4 additions and 460 deletions

View file

@ -2,8 +2,6 @@
#include "Camera.hpp"
#if ENABLE_SHARED_CAMERA
static const float GIMBALL_LOCK_THETA_MAX = 180.0f;
namespace Slic3r {
@ -62,4 +60,3 @@ void Camera::set_scene_box(const BoundingBoxf3& box)
} // GUI
} // Slic3r
#endif // ENABLE_SHARED_CAMERA