aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.scm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--guile_interface.scm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/guile_interface.scm.c b/guile_interface.scm.c
index 120806d8..fa4f2f5f 100644
--- a/guile_interface.scm.c
+++ b/guile_interface.scm.c
@@ -84,7 +84,6 @@ SCM_DEFINE (vcomponent_child_count, "vcomponent-child-count", 1, 0, 0,
return scm_from_size_t (SIZE(VECT(vcomponent))(&c->components));
}
-/* TODO This currently returns a new_ foreign object each time I call it. */
SCM_DEFINE(vcomponent_children, "vcomponent-children", 1, 0, 0,
(SCM component),
"")