From 8f5f234b6a81f96fa156257531c20b1b5bd17cfe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2012 03:43:53 +0000 Subject: 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 --- src/shared/URIs.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shared') 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") -- cgit v1.2.1