diff options
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |