From ab964d17145114eda93cda35f69a4b1e1779e242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 6 Oct 2019 13:41:00 +0200 Subject: Cleanup in C code. --- src/struct.scm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/struct.scm.c') 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")); -- cgit v1.2.3