]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spring.cc
Run grand replace for 2015.
[lilypond.git] / lily / spring.cc
index f4123b9891527abc9c8633c7abe3f48a1c77fd6f..d1640e72b9790fb2d96991a743cfebef63f62f81 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2014 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2007--2015 Joe Neeman <joeneeman@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -189,7 +189,6 @@ Spring::set_blocking_force (Real f)
 
   blocking_force_ = -infinity_f;
   min_distance_ = length (f);
-  distance_ = max (distance_, min_distance_);
   update_blocking_force ();
 }