diff options
author | David Robillard <d@drobilla.net> | 2012-05-12 03:43:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-12 03:43:53 +0000 |
commit | 8f5f234b6a81f96fa156257531c20b1b5bd17cfe (patch) | |
tree | dc40de2bc958f0b85b6dd50472355a77b9361e37 /src/shared/URIs.cpp | |
parent | 8211b45bffe20e8a271396b7568609a84b7cf0ec (diff) | |
download | ingen-8f5f234b6a81f96fa156257531c20b1b5bd17cfe.tar.gz ingen-8f5f234b6a81f96fa156257531c20b1b5bd17cfe.tar.bz2 ingen-8f5f234b6a81f96fa156257531c20b1b5bd17cfe.zip |
Don't send selection information to the server.
This also happens to fix some truly bizarre problems with pasting.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4368 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/URIs.cpp')
-rw-r--r-- | src/shared/URIs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp index abb0a011..1bc64c27 100644 --- a/src/shared/URIs.cpp +++ b/src/shared/URIs.cpp @@ -83,7 +83,6 @@ URIs::URIs(Shared::Forge& f, URIMap* map) , ingen_polyphony (forge, map, NS_INGEN "polyphony") , ingen_prototype (forge, map, NS_INGEN "prototype") , ingen_sampleRate (forge, map, NS_INGEN "sampleRate") - , ingen_selected (forge, map, NS_INGEN "selected") , ingen_tail (forge, map, NS_INGEN "tail") , ingen_uiEmbedded (forge, map, NS_INGEN "uiEmbedded") , ingen_value (forge, map, NS_INGEN "value") |