summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-11-11 18:02:37 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-15 16:04:58 -0700
commit2f87b111e55b8eeb975de150941127dd54b6ee3f (patch)
treed8aa965bef385acdce779139f0169055283384a9 /libs/ardour/globals.cc
parent457ab6d35fdd3ea0166097b140b26dc083edc019 (diff)
fix up the creation & state restore of the TransportMasterManager
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 0e0b1087bd..de4fc2a07c 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -639,9 +639,7 @@ ARDOUR::init_post_engine (uint32_t start_cnt)
}
}
- if (start_cnt > 0) {
- TransportMasterManager::instance().restart ();
- }
+ TransportMasterManager::instance().restart ();
}
void