From 6b876e65197de4fcc073ebc19a5ef744db92c1c9 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Fri, 22 Jun 2007 13:50:37 +1000 Subject: [PATCH] remove obsolete comment --- lily/simple-spacer.cc | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/lily/simple-spacer.cc b/lily/simple-spacer.cc index c8b6490c37..4b30033601 100644 --- a/lily/simple-spacer.cc +++ b/lily/simple-spacer.cc @@ -200,6 +200,7 @@ Simple_spacer::compress_line () vector sorted_springs = springs_; sort (sorted_springs.begin (), sorted_springs.end (), greater ()); + for (vsize i = 0; i < sorted_springs.size (); i++) { Spring sp = sorted_springs[i]; @@ -264,20 +265,6 @@ Simple_spacer::force_penalty (bool ragged) const /****************************************************************/ -/* - TODO: should a add penalty for widely varying spring forces (caused - by constraints, eg. - - - . ===== - . | | - .o|o|x ##x - . - - The ## forces the notes apart; we shouldn't allow the O's to touch - this closely. -*/ - struct Rod_description { vsize r_; -- 2.39.5