13
0

Remove out-of-date comment.

git-svn-id: svn://localhost/ardour2/branches/3.0@8905 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-20 01:00:44 +00:00
parent 8f0750cc7e
commit 8fcf7e6a07

View File

@ -89,7 +89,6 @@ InternalReturn::remove_send (InternalSend* send)
{ {
Glib::Mutex::Lock lm (_session.engine().process_lock()); Glib::Mutex::Lock lm (_session.engine().process_lock());
_sends.remove (send); _sends.remove (send);
/* XXX: do we need to remove the connection to this send from _send_drop_references_connections ? */
} }
void void