From a5712d1f8529b12ba0bcf3cf5ca8e66f28c6fbca Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 7 Oct 2023 13:16:08 -0600 Subject: [PATCH] remove comment referring to glue-to-time-domain --- libs/ardour/location.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/location.cc b/libs/ardour/location.cc index 509e386088..d0cb25800d 100644 --- a/libs/ardour/location.cc +++ b/libs/ardour/location.cc @@ -75,7 +75,6 @@ Location::Location (Session& s) { } -/** Construct a new Location, giving it the position lock style determined by glue-new-markers-to-bars-and-beats */ Location::Location (Session& s, timepos_t const & start, timepos_t const & end, const std::string &name, Flags bits, int32_t cue_id) : SessionHandleRef (s) , _name (name)