diff options
author | David Robillard <d@drobilla.net> | 2012-05-12 03:31:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-12 03:31:57 +0000 |
commit | 8211b45bffe20e8a271396b7568609a84b7cf0ec (patch) | |
tree | 8f2b9557977c0b7a681cb8fc2209c554213c1e66 /ingen | |
parent | 271b3f9d7f376cbbaef202ef6f898e5f9bb4c324 (diff) | |
download | ingen-8211b45bffe20e8a271396b7568609a84b7cf0ec.tar.gz ingen-8211b45bffe20e8a271396b7568609a84b7cf0ec.tar.bz2 ingen-8211b45bffe20e8a271396b7568609a84b7cf0ec.zip |
Get copy and paste working again.
Client side and text based is probably not the idea way to go about implementing this, but it more or less works and is certainly better than nothing for now.
Copy paste of patch ports, and pasting into any path other than the root still isn't working currently.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4367 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 545a2bf0..0fd2cbdc 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -73,7 +73,6 @@ public: const Quark ingen_Internal; const Quark ingen_Node; const Quark ingen_Patch; - const Quark ingen_Port; const Quark ingen_activity; const Quark ingen_broadcast; const Quark ingen_canvasX; |