]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove obsolete comment
authorJoe Neeman <joeneeman@gmail.com>
Fri, 22 Jun 2007 03:50:37 +0000 (13:50 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Tue, 26 Jun 2007 12:40:31 +0000 (15:40 +0300)
lily/simple-spacer.cc

index c8b6490c37bff61117c6fefbc4effa9d2a4aba49..4b30033601b29b74c4d14c205b40d5115a14a1f4 100644 (file)
@@ -200,6 +200,7 @@ Simple_spacer::compress_line ()
 
   vector<Spring> sorted_springs = springs_;
   sort (sorted_springs.begin (), sorted_springs.end (), greater<Spring> ());
+
   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_;