aboutsummaryrefslogtreecommitdiff
path: root/src/struct.scm.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-06 13:41:00 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-06 13:41:00 +0200
commitab964d17145114eda93cda35f69a4b1e1779e242 (patch)
tree2288777a11a1d44539f3790a3aa1e60051452667 /src/struct.scm.c
parentMinor cleanup in scheme code. (diff)
downloadcalp-ab964d17145114eda93cda35f69a4b1e1779e242.tar.gz
calp-ab964d17145114eda93cda35f69a4b1e1779e242.tar.xz
Cleanup in C code.
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"));