X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspring.hh;h=1f6aa3b70cd8e22e54c086da79b772e9f19e3be3;hb=f4abbfff5f0d985a457e15586dbcc3ae473b0dee;hp=fe02fe898cd30e0d7e00ef75ce2f3b698cb5dead;hpb=d61cf3bbdb1c6670a127ba3baddf2f04d3e34fd3;p=lilypond.git diff --git a/lily/include/spring.hh b/lily/include/spring.hh index fe02fe898c..1f6aa3b70c 100644 --- a/lily/include/spring.hh +++ b/lily/include/spring.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2012 Han-Wen Nienhuys + Copyright (C) 1999--2014 Han-Wen Nienhuys 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 const &springs);