summaryrefslogtreecommitdiff
path: root/tests/csgtestcore.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r--tests/csgtestcore.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc
index 7a031f3..3b4a935 100644
--- a/tests/csgtestcore.cc
+++ b/tests/csgtestcore.cc
@@ -65,15 +65,6 @@ CsgInfo::CsgInfo() {
glview = NULL;
}
-/*AbstractNode *find_root_tag(AbstractNode *n)
-{
- foreach(AbstractNode *v, n->children) {
- if (v->modinst->tag_root) return v;
- if (AbstractNode *vroot = find_root_tag(v)) return vroot;
- }
- return NULL;
-}*/
-
string info_dump(OffscreenView *glview)
{
assert(glview);
contact: Jan Huwald // Impressum