]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
Merge branch 'issue4032'
[lilypond.git] / lily / include / spring.hh
index 2afb0a5152ea6ff0901878e5e491493156559619..1f6aa3b70cd8e22e54c086da79b772e9f19e3be3 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -61,7 +61,6 @@ public:
   void operator *= (Real);
   bool operator > (Spring const &) const;
 };
-DECLARE_UNSMOB (Spring, spring);
 
 Spring merge_springs (vector<Spring> const &springs);