]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
More C++.
[lilypond.git] / lily / rest.cc
index da13f6cdbc599cc6ff458380f3890f586fd6010a..9caae1f5e93946030eb0adb2ae8b119932601599 100644 (file)
@@ -193,11 +193,10 @@ Rest::generic_extent_callback (Grob *me, Axis a)
 
 MAKE_SCHEME_CALLBACK (Rest, pure_height, 3);
 SCM
-Rest::pure_height (SCM smob, SCM start, SCM end)
+Rest::pure_height (SCM smob,
+                  SCM /* start */,
+                  SCM /* end */)
 {
-  (void) start;
-  (void) end;
-  
   Grob *me = unsmob_grob (smob);
   SCM m = brew_internal_stencil (me, false);
   return ly_interval2scm (unsmob_stencil (m)->extent (Y_AXIS));