]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-engraver.cc
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / spacing-engraver.cc
index c9049f3398e9498cc4e28495637c26def8dfa34f..80892fac6bed75ba90fdab2c27f04e496fcce436 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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);
         }