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 /ingen | |
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 'ingen')
-rw-r--r-- | ingen/shared/URIs.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index 0fd2cbdc..7b89c2ba 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -88,7 +88,6 @@ public: const Quark ingen_polyphony; const Quark ingen_prototype; const Quark ingen_sampleRate; - const Quark ingen_selected; const Quark ingen_tail; const Quark ingen_uiEmbedded; const Quark ingen_value; |