X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspring-smob.cc;h=a50c4bf92f7fde405dd9ddc8eb9f64d060459b6a;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=a466fb44bb44d242aa7cb9da08c81d15a191946d;hpb=2050a4a2cbf83bd9f75c91f17b03d1693e52e097;p=lilypond.git diff --git a/lily/spring-smob.cc b/lily/spring-smob.cc index a466fb44bb..a50c4bf92f 100644 --- a/lily/spring-smob.cc +++ b/lily/spring-smob.cc @@ -3,29 +3,18 @@ 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 -Spring::mark_smob (SCM x) +Spring::mark_smob (SCM) { - (void)x; - return SCM_UNSPECIFIED; }