]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-engraver.cc
Clean up g++ 4.6.1 compiler warnings (-Wunused-but-set-variable).
[lilypond.git] / lily / spacing-engraver.cc
index c9049f3398e9498cc4e28495637c26def8dfa34f..b2d25f0713df75d4cff1a112c7776c75d601aba7 100644 (file)
@@ -219,7 +219,6 @@ Spacing_engraver::stop_translation_timestep ()
       Stream_event *ev = playing_durations_[i].info_.event_cause ();
       if (ev)
         {
-          Moment now = now_mom ();
           Moment m = get_event_length (ev);
           shortest_playing = min (shortest_playing, m);
         }