]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spring-smob.cc
Fix trivial bug introduced in commit fb88079204f0fd758f271f88bd7b2f3d8102b6fc
[lilypond.git] / lily / spring-smob.cc
index a466fb44bb44d242aa7cb9da08c81d15a191946d..5639a1cd0737446b8318f3c3a12b9712acc69007 100644 (file)
 #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