X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspacing-engraver.cc;h=b2d25f0713df75d4cff1a112c7776c75d601aba7;hb=f875ef39c544bd3499dae5360e9e24f69933575f;hp=c9049f3398e9498cc4e28495637c26def8dfa34f;hpb=bb8a0a5387af94dd2702877256334b160575a730;p=lilypond.git diff --git a/lily/spacing-engraver.cc b/lily/spacing-engraver.cc index c9049f3398..b2d25f0713 100644 --- a/lily/spacing-engraver.cc +++ b/lily/spacing-engraver.cc @@ -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); }