X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspacing-engraver.cc;h=fee5c3408514bc7eb58ba4f8176b758234e34b8f;hb=7eb3deeb7e8c7025322336b83ab54a5b43b15942;hp=c9049f3398e9498cc4e28495637c26def8dfa34f;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/spacing-engraver.cc b/lily/spacing-engraver.cc index c9049f3398..fee5c34085 100644 --- a/lily/spacing-engraver.cc +++ b/lily/spacing-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2011 Han-Wen Nienhuys + Copyright (C) 1999--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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); }