summaryrefslogtreecommitdiff
path: root/src/surface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/surface.cc')
-rw-r--r--src/surface.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/surface.cc b/src/surface.cc
index cd40e97..a7b58a1 100644
--- a/src/surface.cc
+++ b/src/surface.cc
@@ -56,9 +56,6 @@ public:
bool center;
int convexity;
virtual PolySet *render_polyset(render_mode_e mode) const;
-#ifndef REMOVE_DUMP
- virtual QString dump(QString indent) const;
-#endif
};
AbstractNode *SurfaceModule::evaluate(const Context *ctx, const ModuleInstantiation *inst) const
@@ -206,19 +203,6 @@ PolySet *SurfaceNode::render_polyset(render_mode_e) const
return p;
}
-#ifndef REMOVE_DUMP
-QString SurfaceNode::dump(QString indent) const
-{
- if (dump_cache.isEmpty()) {
- QString text;
- text.sprintf("surface(file = \"%s\", center = %s);\n",
- filename.toAscii().data(), center ? "true" : "false");
- ((AbstractNode*)this)->dump_cache = indent + QString("n%1: ").arg(idx) + text;
- }
- return dump_cache;
-}
-#endif
-
std::string SurfaceNode::toString() const
{
std::stringstream stream;
contact: Jan Huwald // Impressum