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

@ -1,8 +1,6 @@
#ifndef slic3r_Camera_hpp_
#define slic3r_Camera_hpp_
#if ENABLE_SHARED_CAMERA
#include "libslic3r/BoundingBox.hpp"
namespace Slic3r {
@ -48,7 +46,5 @@ public:
} // GUI
} // Slic3r
#endif // ENABLE_SHARED_CAMERA
#endif // slic3r_Camera_hpp_