summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_silence_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-02 19:08:30 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-02 19:08:30 +0000
commitceb1025c2c8ab1246a51c3967ee5a79773a4e008 (patch)
tree385091c0b89ef1b3ed54c7b8ccc13c83a59a7bec /gtk2_ardour/strip_silence_dialog.cc
parent0cb4160ce771b87b2826452132bb1a6de447515f (diff)
Small cleanup: add constructor to InterThreadInfo.
git-svn-id: svn://localhost/ardour2/branches/3.0@7044 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/strip_silence_dialog.cc')
-rw-r--r--gtk2_ardour/strip_silence_dialog.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/strip_silence_dialog.cc b/gtk2_ardour/strip_silence_dialog.cc
index 6aa0236a88..d69e1ac21b 100644
--- a/gtk2_ardour/strip_silence_dialog.cc
+++ b/gtk2_ardour/strip_silence_dialog.cc
@@ -267,8 +267,6 @@ StripSilenceDialog::update_threshold_line ()
double const y = alt_log_meter (_threshold.get_value());
- cout << "thresh " << _threshold.get_value() << " alt log " << alt_log_meter (_threshold.get_value()) << "\n";
-
(*i)->threshold_line->property_y1() = (n + 1 - y) * _wave_height;
(*i)->threshold_line->property_y2() = (n + 1 - y) * _wave_height;
}