summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_return.cc
diff options
context:
space:
mode:
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