diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-31 03:26:53 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-31 03:26:53 (GMT) |
commit | 44bb37fdee6683e1f56d1983f3c53c98b6e3318a (patch) | |
tree | 521c0f50b5785b439411ac3f1c8df1ec8cca4cf9 /src/export_png.cc | |
parent | 85378e44367a62116e8067105f0fe862a932ba8f (diff) |
move 'delete root_node' where it was before merging master. cleanup
Diffstat (limited to 'src/export_png.cc')
-rw-r--r-- | src/export_png.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/export_png.cc b/src/export_png.cc index 7c62cea..e877b14 100644 --- a/src/export_png.cc +++ b/src/export_png.cc @@ -49,8 +49,7 @@ void export_png_with_cgal(CGAL_Nef_polyhedron *root_N, std::ostream &output) void export_png_with_opencsg(CGAL_Nef_polyhedron *root_N, std::ostream &output) { CsgInfo csgInfo; - output << "solid OpenSCAD_Model opencsg\n"; - output << "endsolid OpenSCAD_Model opencsg\n"; + output << "not implemented: solid OpenSCAD_Model opencsg png export\n"; } |