summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-12-30 16:58:28 +0100
committerRobin Gareus <robin@gareus.org>2013-12-30 16:58:28 +0100
commitfe464bf1dd1ea1b495ef49b92e26b17ef8680974 (patch)
tree4524ec4b510d0cf737b79b43f89583e4faee9d96 /gtk2_ardour
parente281f5653c804f0eae07bd541f812b9534ec37e9 (diff)
remove cruft
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/processor_box.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc
index 99ba5c5f1a..011d2226f4 100644
--- a/gtk2_ardour/processor_box.cc
+++ b/gtk2_ardour/processor_box.cc
@@ -690,7 +690,6 @@ PluginInsertProcessorEntry::SplittingIcon::on_expose_event (GdkEventExpose* ev)
cairo_set_line_cap (cr, CAIRO_LINE_CAP_BUTT);
for (uint32_t i = 2; i < _branches; ++i) {
- //const float si_b = rintf((width * .2f) + (i - 1.f) * width * .6f / (_branches - 1.f)) + .5f;
const float si_b = rintf(width * (.2f + .6f * (i - 1.f) / (_branches - 1.f))) + .5f;
cairo_move_to (cr, si_b, height);
cairo_line_to (cr, si_b, si_m);