From f500846fd46d6eab97e5e02fd795b9a938464773 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Dec 2010 17:42:18 +0000 Subject: Remove unused timecode offset stuff. git-svn-id: svn://localhost/ardour2/branches/3.0@8143 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/location_importer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/location_importer.cc') diff --git a/libs/ardour/location_importer.cc b/libs/ardour/location_importer.cc index 1674616096..eda636ef71 100644 --- a/libs/ardour/location_importer.cc +++ b/libs/ardour/location_importer.cc @@ -114,8 +114,8 @@ LocationImporter::get_info () const iss_end >> end; // Convert to timecode - session.sample_to_timecode (start, start_time, true, false); - session.sample_to_timecode (end, end_time, true, false); + session.sample_to_timecode (start, start_time, false); + session.sample_to_timecode (end, end_time, false); // return info std::ostringstream oss; -- cgit v1.2.3