mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
remove incorrect allocation of a second VCAManager in a session.
Fixes warning about a SessionHandleRef at session close
This commit is contained in:
parent
36f3291a9c
commit
3c0fd1a115
1 changed files with 0 additions and 1 deletions
|
|
@ -176,7 +176,6 @@ Session::pre_engine_init (string fullpath)
|
|||
set_next_event ();
|
||||
_all_route_group->set_active (true, this);
|
||||
interpolation.add_channel_to (0, 0);
|
||||
_vca_manager = new VCAManager (*this);
|
||||
|
||||
if (config.get_use_video_sync()) {
|
||||
waiting_for_sync_offset = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue