]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/melody-engraver.cc
Minor logical improvement.
[lilypond.git] / lily / melody-engraver.cc
index e1ef553c159ee1342461ca7f59d67a9910be80ae..9957185f04d10c6e3a1f9f6b54e97d5072c75b92 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 
@@ -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;
 }