]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.15
authorfred <fred>
Sun, 24 Mar 2002 19:56:29 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:29 +0000 (19:56 +0000)
lily/gourlay-breaking.cc

index 9806130d140f79d2502223e44505bf889bc6d9c8..3daa4ab12e22cf11a966dc269c4860cc3d6c6bc5 100644 (file)
@@ -152,8 +152,6 @@ Gourlay_breaking::do_solve() const
 
   Array<Col_hpositions> lines;
 
-  Real max_energy_f = 0;
-  
   /* skip 0-th element, since it is a "dummy" elt*/
   for (int i = optimal_paths.size()-1; i> 0;) 
     {