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

@ -191,8 +191,6 @@ PortInsert::set_state (const XMLNode& node, int version)
_session.mark_insert_id (bitslot);
}
set_name (string_compose (_("insert %1"), bitslot));
return 0;
}

View File

@ -98,9 +98,6 @@ Return::set_state (const XMLNode& node, int version)
_session.mark_return_id (_bitslot);
}
set_name (string_compose (_("return %1"), _bitslot));
return 0;
}

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;