summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/location.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/location.cc b/libs/ardour/location.cc
index 221bb05020..f0ac96f7c4 100644
--- a/libs/ardour/location.cc
+++ b/libs/ardour/location.cc
@@ -215,7 +215,6 @@ Location::set_start (samplepos_t s, bool force, bool allow_beat_recompute, const
if (is_cd_marker()) {
if (s <= _session.current_start_sample()) {
- info << _("You cannot put a CD marker at the start of the session") << endmsg;
return -1;
}
}