summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_return.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-20 01:00:44 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-20 01:00:44 +0000
commit8fcf7e6a0785556602df0502a4c02707a432f0b6 (patch)
treef401a0315ca107f95a6022833b2ed7c2c10a0dc2 /libs/ardour/internal_return.cc
parent8f0750cc7e2a9c9d7c7a8c75a6df332c465a5292 (diff)
Remove out-of-date comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@8905 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/internal_return.cc')
-rw-r--r--libs/ardour/internal_return.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/internal_return.cc b/libs/ardour/internal_return.cc
index 22dafbd6dc..0316f7f325 100644
--- a/libs/ardour/internal_return.cc
+++ b/libs/ardour/internal_return.cc
@@ -89,7 +89,6 @@ InternalReturn::remove_send (InternalSend* send)
{
Glib::Mutex::Lock lm (_session.engine().process_lock());
_sends.remove (send);
- /* XXX: do we need to remove the connection to this send from _send_drop_references_connections ? */
}
void