diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 01:14:35 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 01:14:35 (GMT) |
commit | 7332ec9fe260140ff74506fa2ba95e0a2bbf352e (patch) | |
tree | ab72752cc52e68d1ed77559cdd18d702ffc05b2c /src/csgterm.h | |
parent | 7735f5510cdc2d396092d04ed98a2dbaec347608 (diff) |
clean up linux changes to fit with win32 changes.
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; }; |