]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
Merge commit 'origin' into beamlets2
[lilypond.git] / lily / stem.cc
index 0ec01fd1080c0c8a8c91cf014ce9b8db2f0cdf25..a5d23c31050f5193ff263c8eaae5cd01e4d8e20f 100644 (file)
@@ -229,11 +229,10 @@ Stem::is_normal_stem (Grob *me)
 
 MAKE_SCHEME_CALLBACK (Stem, pure_height, 3)
 SCM
-Stem::pure_height (SCM smob, SCM start, SCM end)
+Stem::pure_height (SCM smob,
+                  SCM /* start */,
+                  SCM /* end */)
 {
-  (void) start;
-  (void) end;
-
   Grob *me = unsmob_grob (smob);
   Interval iv;