]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-basic.cc
More C++.
[lilypond.git] / lily / spacing-basic.cc
index 7545ec4e5b94723f384c94ed9753bcd2d3cbd7b4..40e0a16b4a152122ee3d88dabb7b7983ea9978a5 100644 (file)
@@ -83,11 +83,11 @@ get_measure_length (Grob *column)
 }
 
 Real
-Spacing_spanner::note_spacing (Grob *me, Grob *lc, Grob *rc,
+Spacing_spanner::note_spacing (Grob * /* me */,
+                              Grob *lc,
+                              Grob *rc,
                               Spacing_options const *options)
 {
-  (void) me;
-  
   Moment shortest_playing_len = 0;
   SCM s = lc->get_property ("shortest-playing-duration");