diff options
Diffstat (limited to 'src/csgterm.h')
-rw-r--r-- | src/csgterm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csgterm.h b/src/csgterm.h index b09b2d2..1d9d9fd 100644 --- a/src/csgterm.h +++ b/src/csgterm.h @@ -52,7 +52,6 @@ public: void add(const shared_ptr<PolySet> &polyset, const Transform3d &m, double *color, CSGTerm::type_e type, std::string label); void import(CSGTerm *term, CSGTerm::type_e type = CSGTerm::TYPE_UNION); std::string dump(); - std::string fulldump(); BoundingBox getBoundingBox() const; }; |