aboutsummaryrefslogtreecommitdiffstats
path: root/src/symap.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-23 15:48:27 +0200
committerDavid Robillard <d@drobilla.net>2018-09-23 15:49:10 +0200
commit6f22ee045e7535c5961374d57453c39d1cee224c (patch)
tree0a2183f448ac57a790d6b44518e2b03b623266cd /src/symap.h
parentd776345e62907ca6e78e325f6f02200f21c82497 (diff)
downloadjalv-6f22ee045e7535c5961374d57453c39d1cee224c.tar.gz
jalv-6f22ee045e7535c5961374d57453c39d1cee224c.tar.bz2
jalv-6f22ee045e7535c5961374d57453c39d1cee224c.zip
Remove support for deprecated event and uri-map extensions
Diffstat (limited to 'src/symap.h')
-rw-r--r--src/symap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/symap.h b/src/symap.h
index 8333298..918d914 100644
--- a/src/symap.h
+++ b/src/symap.h
@@ -20,7 +20,6 @@
Particularly useful for implementing LV2 URI mapping.
@see <a href="http://lv2plug.in/ns/ext/urid">LV2 URID</a>
- @see <a href="http://lv2plug.in/ns/ext/uri-map">LV2 URI Map</a>
*/
#ifndef SYMAP_H