Remove out-of-date comment.
authorCarl Hetherington <carl@carlh.net>
Sun, 20 Feb 2011 01:00:44 +0000 (01:00 +0000)
committerCarl Hetherington <carl@carlh.net>
Sun, 20 Feb 2011 01:00:44 +0000 (01:00 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8905 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/internal_return.cc

index 22dafbd6dc0cb4d9f229b9a023ca45ba45900fdc..0316f7f325056c3e4863d36ffa32e3fcfda265a8 100644 (file)
@@ -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