diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-10-21 17:10:06 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-10-21 17:10:06 (GMT) |
commit | 30fad0d4e44017c715cd81b807bc14598418e8a5 (patch) | |
tree | 2e01fb800f3aeeb34301a5daf949e463787404d3 /src/CGAL_Nef_polyhedron.h | |
parent | ddbdd58d16a4e4f0fa15096736922985e458ff99 (diff) |
remove old dump code. improve debugging svg output.
Diffstat (limited to 'src/CGAL_Nef_polyhedron.h')
-rw-r--r-- | src/CGAL_Nef_polyhedron.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CGAL_Nef_polyhedron.h b/src/CGAL_Nef_polyhedron.h index 3157ff2..e8c505b 100644 --- a/src/CGAL_Nef_polyhedron.h +++ b/src/CGAL_Nef_polyhedron.h @@ -20,7 +20,6 @@ public: CGAL_Nef_polyhedron &operator-=(const CGAL_Nef_polyhedron &other); CGAL_Nef_polyhedron &minkowski(const CGAL_Nef_polyhedron &other); CGAL_Nef_polyhedron copy() const; - std::string dump_svg() const; std::string dump() const; int weight() const; class PolySet *convertToPolyset(); |