]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
Merge commit 'origin' into beamlets2
[lilypond.git] / lily / beam.cc
index 250b055a658b55d484ca1d669b5bdb60cd55d343..46ed26ba6604bab63e8c939708d53d1b87ee5ad0 100644 (file)
@@ -922,10 +922,8 @@ Beam::no_visible_stem_positions (Grob *me, Interval default_value)
 */
 MAKE_SCHEME_CALLBACK (Beam, calc_least_squares_positions, 2);
 SCM
-Beam::calc_least_squares_positions (SCM smob, SCM posns)
+Beam::calc_least_squares_positions (SCM smob, SCM /* posns */)
 {
-  (void) posns;
-  
   Grob *me = unsmob_grob (smob);
 
   int count = normal_stem_count (me);