summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-24 19:27:39 +0000
committerDavid Robillard <d@drobilla.net>2015-10-24 19:27:39 +0000
commit732bfb33105b4a534bc17caae9a50a1ccfcd7570 (patch)
treebad9715a99f11d17342adaef372361c3697beee9 /src/URIs.cpp
parentade7143eb2af64fd6743a64ebf1786dd5bbe1092 (diff)
downloadingen-732bfb33105b4a534bc17caae9a50a1ccfcd7570.tar.gz
ingen-732bfb33105b4a534bc17caae9a50a1ccfcd7570.tar.bz2
ingen-732bfb33105b4a534bc17caae9a50a1ccfcd7570.zip
Zero-copy to/from driver ports where possible
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5778 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index 57a17ce0..3085bb4b 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -73,7 +73,6 @@ URIs::URIs(Forge& f, URIMap* map, LilvWorld* lworld)
, atom_String (forge, map, lworld, LV2_ATOM__String)
, atom_URI (forge, map, lworld, LV2_ATOM__URI)
, atom_URID (forge, map, lworld, LV2_ATOM__URID)
- , atom_Vector (forge, map, lworld, LV2_ATOM__Vector)
, atom_bufferType (forge, map, lworld, LV2_ATOM__bufferType)
, atom_eventTransfer (forge, map, lworld, LV2_ATOM__eventTransfer)
, atom_supports (forge, map, lworld, LV2_ATOM__supports)