mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
slightly improved fix for reserved name handling
This commit is contained in:
parent
3d5bdbbe66
commit
647a60d35d
1 changed files with 0 additions and 2 deletions
|
|
@ -3760,8 +3760,6 @@ Session::io_name_is_legal (const std::string& name)
|
|||
if (name == *reserved) {
|
||||
if (route_by_name (*reserved)) {
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue