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 --- include/lilv/lilv.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/lilv') diff --git a/include/lilv/lilv.h b/include/lilv/lilv.h index 5fd7a9f..c557946 100644 --- a/include/lilv/lilv.h +++ b/include/lilv/lilv.h @@ -61,16 +61,6 @@ extern "C" { #define LILV_NS_RDFS "http://www.w3.org/2000/01/rdf-schema#" #define LILV_NS_XSD "http://www.w3.org/2001/XMLSchema#" -#define LILV_URI_ATOM_PORT "http://lv2plug.in/ns/ext/atom#AtomPort" -#define LILV_URI_AUDIO_PORT "http://lv2plug.in/ns/lv2core#AudioPort" -#define LILV_URI_CONTROL_PORT "http://lv2plug.in/ns/lv2core#ControlPort" -#define LILV_URI_CV_PORT "http://lv2plug.in/ns/lv2core#CVPort" -#define LILV_URI_EVENT_PORT "http://lv2plug.in/ns/ext/event#EventPort" -#define LILV_URI_INPUT_PORT "http://lv2plug.in/ns/lv2core#InputPort" -#define LILV_URI_MIDI_EVENT "http://lv2plug.in/ns/ext/midi#MidiEvent" -#define LILV_URI_OUTPUT_PORT "http://lv2plug.in/ns/lv2core#OutputPort" -#define LILV_URI_PORT "http://lv2plug.in/ns/lv2core#Port" - struct LilvInstanceImpl; /** -- cgit v1.2.1