]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
More C++.
[lilypond.git] / lily / beam.cc
index c8adf5694d80f60f8ed2a4121d84d87ada830911..dcca55322795e4b58816788306f646a83f6d8fb2 100644 (file)
@@ -893,10 +893,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);