diff options
author | David Robillard <d@drobilla.net> | 2018-09-23 15:48:27 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-23 15:49:10 +0200 |
commit | 6f22ee045e7535c5961374d57453c39d1cee224c (patch) | |
tree | 0a2183f448ac57a790d6b44518e2b03b623266cd /src/symap.h | |
parent | d776345e62907ca6e78e325f6f02200f21c82497 (diff) | |
download | jalv-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.h | 1 |
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 |