X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspring-smob.cc;h=4b20641e95af80c166f99f0b0285547db241a2da;hb=8574d4349026c4ac5a15a27c50e264bf548e29fb;hp=5639a1cd0737446b8318f3c3a12b9712acc69007;hpb=a93cdac09beaeb940a1776a5177fb823d1fa8337;p=lilypond.git diff --git a/lily/spring-smob.cc b/lily/spring-smob.cc index 5639a1cd07..4b20641e95 100644 --- a/lily/spring-smob.cc +++ b/lily/spring-smob.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2007 Han-Wen Nienhuys + (c) 1999--2009 Han-Wen Nienhuys */ #include "spring.hh" @@ -13,10 +13,8 @@ IMPLEMENT_SIMPLE_SMOBS (Spring); SCM -Spring::mark_smob (SCM x) +Spring::mark_smob (SCM) { - (void)x; - return SCM_UNSPECIFIED; }