summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-11 00:23:51 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-11 00:23:51 +0000
commit19ae4ed6403075647118180c241fd68cbbdc24a6 (patch)
tree2711c0e0080a94e7d28dec7a809b9dc58309ab81 /libs/ardour/io.cc
parentcd175818edfd56d3db7d3cdae29124386e790221 (diff)
Comment a few things and add missing process lock when adding a route from a template.
git-svn-id: svn://localhost/ardour2/branches/3.0@8242 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/io.cc')
-rw-r--r--libs/ardour/io.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc
index c29ee51a58..ced4508d7a 100644
--- a/libs/ardour/io.cc
+++ b/libs/ardour/io.cc
@@ -189,7 +189,6 @@ IO::disconnect (Port* our_port, string other_port, void* src)
return 0;
}
-/** Caller must hold process lock */
int
IO::connect (Port* our_port, string other_port, void* src)
{