X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspring-smob.cc;h=ae4533cc219dc91e398a822c6f6ba93669133557;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=a466fb44bb44d242aa7cb9da08c81d15a191946d;hpb=5bbca339abd8ca056f1360a829cc9798bd6ecd8b;p=lilypond.git diff --git a/lily/spring-smob.cc b/lily/spring-smob.cc index a466fb44bb..ae4533cc21 100644 --- a/lily/spring-smob.cc +++ b/lily/spring-smob.cc @@ -3,22 +3,13 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2007 Han-Wen Nienhuys + (c) 1999--2008 Han-Wen Nienhuys */ #include "spring.hh" #include "warn.hh" #include "ly-smobs.icc" -Spring::Spring () -{ - distance_ = 1.0; - min_distance_ = 1.0; - inverse_stretch_strength_ = 1.0; - inverse_compress_strength_ = 1.0; - other_ = 0; -} - IMPLEMENT_SIMPLE_SMOBS (Spring); SCM