X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmelody-engraver.cc;h=3dc1d28448cbabed072b048e76473bcd116a8ff3;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=5189f674b50a29bd6a1f0ea0cc3084982f8a516d;hpb=62f221b6b3861ff055dc0384ec3c48cc665688cd;p=lilypond.git diff --git a/lily/melody-engraver.cc b/lily/melody-engraver.cc index 5189f674b5..3dc1d28448 100644 --- a/lily/melody-engraver.cc +++ b/lily/melody-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2008 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ @@ -62,9 +62,8 @@ Melody_engraver::stop_translation_timestep () void -Melody_engraver::acknowledge_slur (Grob_info info) +Melody_engraver::acknowledge_slur (Grob_info /* info */) { - (void)info; melody_item_ = 0; }