From a56555e8b200970a364c5f341d9ad938f53553c6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 7 Jun 2011 23:07:08 +0000 Subject: remove "Off" as a clock mode, make it a state instead; track editor mouse mode when displaying selection (not 100% coverage of different selections yet); add extra negative field for timecode clock to help with text alignment; add clock mode = timecode option to menus git-svn-id: svn://localhost/ardour2/branches/3.0@9685 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/export_timespan_selector.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gtk2_ardour/export_timespan_selector.cc') diff --git a/gtk2_ardour/export_timespan_selector.cc b/gtk2_ardour/export_timespan_selector.cc index 8cbe92b5e2..bf89f8c9ee 100644 --- a/gtk2_ardour/export_timespan_selector.cc +++ b/gtk2_ardour/export_timespan_selector.cc @@ -180,9 +180,6 @@ ExportTimespanSelector::construct_label (ARDOUR::Location const * location) cons start = to_string (start_frame, std::dec); end = to_string (end_frame, std::dec); break; - - case AudioClock::Off: - break; } // label += _("from "); @@ -229,9 +226,6 @@ ExportTimespanSelector::construct_length (ARDOUR::Location const * location) con case AudioClock::Frames: s << location->length (); break; - - case AudioClock::Off: - break; } return s.str (); -- cgit v1.2.3