]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/figured-bass-position-engraver.cc
Merge branch 'stable'
[lilypond.git] / lily / figured-bass-position-engraver.cc
index 8043640a2f5c91ed2d148bc1b861cf477dcc99bb..15d1278fbd691846593e3cdfc6e2db5ade8b5ba1 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -115,9 +115,8 @@ Figured_bass_position_engraver::stop_translation_timestep ()
 }
 
 void
-Figured_bass_position_engraver::acknowledge_end_bass_figure_alignment (Grob_info info)
+Figured_bass_position_engraver::acknowledge_end_bass_figure_alignment (Grob_info /* info */)
 {
-  (void)info;
   stop_spanner ();
 }