X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frest.cc;h=7fd5101d84fbcd15e73c76a11996f2b086910e1b;hb=dc874af424d0a283b76d45997f77b15a98afec84;hp=22420f54f4def9528dbccb739288d5ca8ade0727;hpb=34c1ae201891dc856a7625064a9b29c10f79e861;p=lilypond.git diff --git a/lily/rest.cc b/lily/rest.cc index 22420f54f4..7fd5101d84 100644 --- a/lily/rest.cc +++ b/lily/rest.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ #include "rest.hh" @@ -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));