From ceb1025c2c8ab1246a51c3967ee5a79773a4e008 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 2 May 2010 19:08:30 +0000 Subject: Small cleanup: add constructor to InterThreadInfo. git-svn-id: svn://localhost/ardour2/branches/3.0@7044 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/strip_silence.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libs/ardour/strip_silence.cc') diff --git a/libs/ardour/strip_silence.cc b/libs/ardour/strip_silence.cc index 3952311aa2..21faeded68 100644 --- a/libs/ardour/strip_silence.cc +++ b/libs/ardour/strip_silence.cc @@ -56,15 +56,6 @@ StripSilence::run (boost::shared_ptr r) return -1; } - /* we don't care about this but we need to fill out the fields - anyway. XXX should really be a default constructor for ITT - */ - - itt.done = false; - itt.cancel = false; - itt.progress = 0.0; - itt.thread = 0; - /* find periods of silence in the region */ std::list > const silence = region->find_silence (dB_to_coefficient (_threshold), _minimum_length, itt); -- cgit v1.2.3