From 046f8026628a52adeb6983948e39b2665f4c0b49 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Oct 2009 16:56:58 +0000 Subject: Fix unnecessarily type specific code, tidy, fix whitespace. git-svn-id: svn://localhost/ardour2/branches/3.0@5844 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_regions.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/editor_regions.cc') diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc index b763a0bbdf..91cde8fcbb 100644 --- a/gtk2_ardour/editor_regions.cc +++ b/gtk2_ardour/editor_regions.cc @@ -617,8 +617,8 @@ EditorRegions::populate_row (boost::shared_ptr region, TreeModel::Row co char fadeout_str[16]; char used_str[8]; int used; - BBT_Time bbt; // FIXME Why do these have to be declared here ? - SMPTE::Time smpte; // FIXME I would like them declared in the case statment where they are used. + BBT_Time bbt; + SMPTE::Time smpte; bool missing_source = boost::dynamic_pointer_cast(region->source()); -- cgit v1.2.3