From eb95b6f0e129dd185a833be2f55aaa4e7f37f703 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Sep 2018 22:12:55 +0200 Subject: Simplify control display in console interface --- src/control.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/control.c') 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)); -- cgit v1.2.1