]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beaming-pattern.cc
Oops - did not see the following changes during the previous merge.
[lilypond.git] / lily / beaming-pattern.cc
index 0f6f1e1b8fa46ef192f263494ef9bdbdadd5d734..37ef6ee614e76cf52629e7ebb073a0c88f536fc4 100644 (file)
@@ -69,7 +69,6 @@ Beaming_pattern::best_splitpoint_index (bool *at_boundary) const
   int min_den = INT_MAX;
   int min_index = -1;
   
-  Moment beat_pos;
   for (vsize i = 1; i < infos_.size (); i++)  
     {
       Moment dt = infos_[i].start_moment_ - infos_[i].beat_start_;