diff options
Diffstat (limited to 'src/transformnode.h')
-rw-r--r-- | src/transformnode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transformnode.h b/src/transformnode.h index 33efa63..d7687a1 100644 --- a/src/transformnode.h +++ b/src/transformnode.h @@ -14,7 +14,6 @@ public: virtual std::string toString() const; double m[20]; - virtual CSGTerm *render_csg_term(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background) const; }; #endif |