summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2010-03-30 22:53:01 (GMT)
committerMarius Kintel <marius@kintel.net>2010-10-31 00:42:35 (GMT)
commit99f406d9941ef9fef8b2522ccbf6a72eb474f27a (patch)
treef9dc4a9f0e9e66fc8264044f4b6d663c87467a08 /src/node.h
parenteb81def6ebfa0997798808408e3d27f03eff1996 (diff)
Removed temporary REMOVE_DUMP define
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/node.h b/src/node.h
index bb3d645..df2529c 100644
--- a/src/node.h
+++ b/src/node.h
@@ -54,9 +54,6 @@ public:
// FIXME: Remove these three with dump() method
virtual QString mk_cache_id() const;
QString dump() const;
-#ifndef REMOVE_DUMP
- QString dump_cache;
-#endif
// FIXME: Rewrite to visitor
virtual class CSGTerm *render_csg_term(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background) const;
@@ -76,9 +73,6 @@ public:
virtual std::string toString() const;
virtual CSGTerm *render_csg_term(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background) const;
-#ifndef REMOVE_DUMP
- virtual QString dump(QString indent) const;
-#endif
};
class AbstractPolyNode : public AbstractNode
contact: Jan Huwald // Impressum