mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
Prepare for Strip Import API overhaul
This commit is contained in:
parent
52af610937
commit
9089151f68
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ StripImportDialog::parse_route_state (std::string const& path)
|
|||
goto out;
|
||||
}
|
||||
|
||||
_extern_map = _session->parse_route_state (path, _match_pbd_id);
|
||||
//_extern_map = _session->parse_route_state (path, _match_pbd_id);
|
||||
|
||||
out:
|
||||
if (_extern_map.empty ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue