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:
parent
215d5955f9
commit
f7e957a932
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue