diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 22:18:31 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 22:19:14 (GMT) |
commit | f17a282220903d7bb494deae046d3e786ef6b1ca (patch) | |
tree | d27af52db52fec9c931caf049cfd212ce576e620 /tests/cgalstlsanitytest.cc | |
parent | c133ae3b7d7f780d440b74dabe36cff355d9e30c (diff) |
cleanups. and restore accidentally deleted old system-gl.h
Diffstat (limited to 'tests/cgalstlsanitytest.cc')
-rw-r--r-- | tests/cgalstlsanitytest.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/cgalstlsanitytest.cc b/tests/cgalstlsanitytest.cc index ca44dc7..2815463 100644 --- a/tests/cgalstlsanitytest.cc +++ b/tests/cgalstlsanitytest.cc @@ -69,15 +69,6 @@ void cgalTree(Tree &tree) evaluate.execute(); } -/*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; -}*/ - int main(int argc, char **argv) { int retval = 0; |