summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-05 15:56:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-05 15:56:14 +0000
commit63f77717d747f3664f9fde13e2ef7f05d4bc50fa (patch)
tree109a0d90753e0edd51a1fbe0817a8d58f21cfec4 /libs/ardour/ardour
parente0b694f630e31039e082c1ce640dfaf85bfede3c (diff)
remove un-needed TempoMap::frame_time_rt()
git-svn-id: svn://localhost/ardour2/branches/3.0@11165 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/tempo.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index bfdcb17389..e377b8fd72 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -239,13 +239,6 @@ class TempoMap : public PBD::StatefulDestructible
framecnt_t frame_time (const Timecode::BBT_Time&);
- /* realtime safe variant of ::frame_time(), will throw
- std::logic_error if the map is not large enough
- to provide an answer.
- */
- framecnt_t frame_time_rt (const Timecode::BBT_Time&);
-
-
framecnt_t bbt_duration_at (framepos_t, const Timecode::BBT_Time&, int dir);
static const Tempo& default_tempo() { return _default_tempo; }