]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
More C++.
[lilypond.git] / lily / stem.cc
index 1f8b21e85f51fec72fa86c818b24417dcde43298..3380d0cc17b1b14aec7e5d05b0d878faefc369b5 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;