don't override user naming of send/return/port inserts

git-svn-id: svn://localhost/ardour2/branches/3.0@6820 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-04-01 01:59:47 +00:00
parent c0c617902e
commit f08a4e014d
3 changed files with 0 additions and 7 deletions

View file

@ -157,8 +157,6 @@ Send::set_state (const XMLNode& node, int version)
_session.mark_send_id (_bitslot);
}
set_name (string_compose (_("send %1"), _bitslot));
/* XXX need to load automation state & data for amp */
return 0;