]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spring-smob.cc
Run grand-replace for 2009.
[lilypond.git] / lily / spring-smob.cc
index 5639a1cd0737446b8318f3c3a12b9712acc69007..4b20641e95af80c166f99f0b0285547db241a2da 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "spring.hh"
 IMPLEMENT_SIMPLE_SMOBS (Spring);
 
 SCM
-Spring::mark_smob (SCM x)
+Spring::mark_smob (SCM)
 {
-  (void)x;
-
   return SCM_UNSPECIFIED;
 }