From ccbc5e1993568a3ef27790ebad27b71f3073ca88 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 28 Dec 2018 11:25:15 -0500 Subject: Remove old URI defines --- utils/lv2info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/lv2info.c') diff --git a/utils/lv2info.c b/utils/lv2info.c index 81a3ed4..328219c 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -399,8 +399,8 @@ main(int argc, char** argv) } applies_to_pred = lilv_new_uri(world, LV2_CORE__appliesTo); - control_class = lilv_new_uri(world, LILV_URI_CONTROL_PORT); - event_class = lilv_new_uri(world, LILV_URI_EVENT_PORT); + control_class = lilv_new_uri(world, LV2_CORE__ControlPort); + event_class = lilv_new_uri(world, LV2_EVENT__EventPort); group_pred = lilv_new_uri(world, LV2_PORT_GROUPS__group); label_pred = lilv_new_uri(world, LILV_NS_RDFS "label"); preset_class = lilv_new_uri(world, LV2_PRESETS__Preset); -- cgit v1.2.1