X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstem.cc;h=a5d23c31050f5193ff263c8eaae5cd01e4d8e20f;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=0ec01fd1080c0c8a8c91cf014ce9b8db2f0cdf25;hpb=5a44d42908f7722f9f4a7675ec81325087c42e9a;p=lilypond.git diff --git a/lily/stem.cc b/lily/stem.cc index 0ec01fd108..a5d23c3105 100644 --- a/lily/stem.cc +++ b/lily/stem.cc @@ -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;