1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

LV2 Client: Avoid declaring the turtle_recall feature in plugin manifests

This is an implementation detail for the build system of the plugin.
Users of the plugin should not know or care that this extension is
available.
This commit is contained in:
reuk 2022-04-27 15:57:54 +01:00
parent 215d5955f9
commit f7e957a932
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -1111,7 +1111,6 @@ private:
"\tlv2:optionalFeature\n"
"\t\tlv2:hardRTCapable ;\n"
"\tlv2:extensionData\n"
"\t\t<" JUCE_TURTLE_RECALL_URI "> ,\n"
"\t\tstate:interface ;\n"
"\tlv2:requiredFeature\n"
"\t\turid:map ,\n"