diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/LV2URIMap.cpp | 1 | ||||
-rw-r--r-- | src/shared/LV2URIMap.hpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/LV2URIMap.cpp b/src/shared/LV2URIMap.cpp index 90582102..768982d0 100644 --- a/src/shared/LV2URIMap.cpp +++ b/src/shared/LV2URIMap.cpp @@ -68,7 +68,6 @@ LV2URIMap::LV2URIMap() , doap_name ("http://usefulinc.com/ns/doap#name") , ev_EventPort ("http://lv2plug.in/ns/ext/event#EventPort") , ingen_Internal (NS_INGEN "Internal") - , ingen_LADSPAPlugin (NS_INGEN "LADSPAPlugin") , ingen_Node (NS_INGEN "Node") , ingen_Patch (NS_INGEN "Patch") , ingen_Port (NS_INGEN "Port") diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp index c8607426..fe98bbc3 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -104,7 +104,6 @@ public: const Quark doap_name; const Quark ev_EventPort; const Quark ingen_Internal; - const Quark ingen_LADSPAPlugin; const Quark ingen_Node; const Quark ingen_Patch; const Quark ingen_Port; |