From 5a8e83e0deef37e2973879a46af21487912b2c59 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 12 Oct 2012 16:25:57 +0000 Subject: move TC FPS up into status bar, use lower right of timecode audioclock mode for something ... TBDiscussed git-svn-id: svn://localhost/ardour2/branches/3.0@13257 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_clock.cc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'gtk2_ardour/audio_clock.cc') diff --git a/gtk2_ardour/audio_clock.cc b/gtk2_ardour/audio_clock.cc index dbaf3e7292..03a7ca33ba 100644 --- a/gtk2_ardour/audio_clock.cc +++ b/gtk2_ardour/audio_clock.cc @@ -1101,15 +1101,7 @@ AudioClock::set_timecode (framepos_t when, bool /*force*/) _left_layout->set_text ("INT"); } - double timecode_frames = _session->timecode_frames_per_second(); - - if (fmod(timecode_frames, 1.0) == 0.0) { - sprintf (buf, "FPS %u %s", int (timecode_frames), (_session->timecode_drop_frames() ? "D" : "")); - } else { - sprintf (buf, "%.2f %s", timecode_frames, (_session->timecode_drop_frames() ? "D" : "")); - } - - _right_layout->set_text (buf); + _right_layout->set_text ("TBDiscussed"); } } -- cgit v1.2.3