summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tempo.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-05-24 05:56:16 +1000
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:17 +1000
commit2c331341cce7caf60e6b1461791fddc4841bac9d (patch)
tree05d7098866ca9eb645fe67bb5acb52044236780d /libs/ardour/ardour/tempo.h
parent43922a1fe13bddd71b37e9d654f7d2da88b39166 (diff)
Tempo ramps -remove unused code.
Diffstat (limited to 'libs/ardour/ardour/tempo.h')
-rw-r--r--libs/ardour/ardour/tempo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index 9cbd8b9727..663b8a9411 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -410,7 +410,6 @@ class LIBARDOUR_API TempoMap : public PBD::StatefulDestructible
framepos_t round_to_bar (framepos_t frame, RoundMode dir);
framepos_t round_to_beat (framepos_t frame, RoundMode dir);
framepos_t round_to_beat_subdivision (framepos_t fr, int sub_num, RoundMode dir);
- void round_bbt (Timecode::BBT_Time& when, const int32_t& snap_divisor, RoundMode dir);
void set_length (framepos_t frames);