diff options
Diffstat (limited to 'src/rendernode.h')
-rw-r--r-- | src/rendernode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rendernode.h b/src/rendernode.h index 5561a36..3df797e 100644 --- a/src/rendernode.h +++ b/src/rendernode.h @@ -15,9 +15,6 @@ public: int convexity; CSGTerm *render_csg_term(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background) const; -#ifndef REMOVE_DUMP - virtual QString dump(QString indent) const; -#endif }; #endif |