Remove dead code

This commit is contained in:
David Robillard 2021-06-15 15:07:12 -04:00
parent 13746a7fac
commit 52139d8291
3 changed files with 0 additions and 121 deletions

View file

@ -123,15 +123,6 @@ ControlProtocol::set_route_table (uint32_t table_index, boost::shared_ptr<ARDOUR
bool
ControlProtocol::set_route_table (uint32_t table_index, uint32_t remote_control_id)
{
#if 0 // STRIPABLE
boost::shared_ptr<Route> r = session->route_by_remote_id (remote_control_id);
if (!r) {
return false;
}
set_route_table (table_index, r);
#endif
return true;
}