]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build fix.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 2 Dec 2006 12:23:21 +0000 (13:23 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 2 Dec 2006 12:23:21 +0000 (13:23 +0100)
lily/accidental-placement.cc

index c706ff4a6915ccf9d0549fcbeaa6da33f52abf4c..f8245b0cbf08edd7bd0b00e16fd30735cd563764 100644 (file)
@@ -316,7 +316,6 @@ Accidental_placement::calc_positioning_done (SCM smob)
   common[Y_AXIS] = common_refpoint_of_array (heads, common[Y_AXIS], Y_AXIS);
   common[Y_AXIS] = common_refpoint_of_array (stems, common[Y_AXIS], Y_AXIS);
 
-  vector<Grob *> stems;
   for (vsize i = 0; i < heads.size  (); i++)
     {
       if (Grob *s = Rhythmic_head::get_stem (heads[i]))