diff options
Diffstat (limited to 'src/control.c')
-rw-r--r-- | src/control.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/control.c b/src/control.c index 9fe5924..2326280 100644 --- a/src/control.c +++ b/src/control.c @@ -136,11 +136,6 @@ new_property_control(Jalv* jalv, const LilvNode* property) id->is_integer = (id->value_type == jalv->forge.Int || id->value_type == jalv->forge.Long); - const size_t sym_len = strlen(lilv_node_as_string(id->symbol)); - if (sym_len > jalv->longest_sym) { - jalv->longest_sym = sym_len; - } - if (!id->value_type) { fprintf(stderr, "Unknown value type for property <%s>\n", lilv_node_as_string(property)); |