summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2015-06-25 15:09:49 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2015-06-25 15:33:53 +0100
commit94e4e2f55f79fc025dad17a72dcd7217869a3d91 (patch)
tree44e86273ca2c5baebf92c9a2c129c349f37a704e /libs/ardour/tempo.cc
parent5aa834e1d8333aaf5d198377e5c755a268a080d7 (diff)
rename TempoMap::cut_time() to remove_time()
Everywhere else, 'cut time' has been renamed to 'remove time': for consistency, rename this one remaining function to match.
Diffstat (limited to 'libs/ardour/tempo.cc')
-rw-r--r--libs/ardour/tempo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc
index 244c050834..c7e46ba327 100644
--- a/libs/ardour/tempo.cc
+++ b/libs/ardour/tempo.cc
@@ -1903,7 +1903,7 @@ TempoMap::insert_time (framepos_t where, framecnt_t amount)
PropertyChanged (PropertyChange ());
}
bool
-TempoMap::cut_time (framepos_t where, framecnt_t amount)
+TempoMap::remove_time (framepos_t where, framecnt_t amount)
{
bool moved = false;