aboutsummaryrefslogtreecommitdiff
path: root/src/struct.scm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/struct.scm.c')
-rw-r--r--src/struct.scm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/struct.scm.c b/src/struct.scm.c
index a8e7b3c6..051faf63 100644
--- a/src/struct.scm.c
+++ b/src/struct.scm.c
@@ -81,8 +81,6 @@ SCM_DEFINE(scm_add_attribute_x, "add-attribute!", 3, 0, 0,
}
void init_lib (void) {
- // init_vcomponent_type();
- // content_set_lists = scm_make_weak_key_hash_table (scm_from_uint(0x100));
SCM str = scm_from_utf8_string("pr" "pw" "pw" "pr");
vcomponent_vtable = scm_make_vtable(str, SCM_BOOL_F);
scm_set_struct_vtable_name_x (vcomponent_vtable, scm_from_utf8_symbol("vcomponent"));