X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fitem.hh;h=3b13ed8477b804e6a108f5e93e88a345e8a3a5a5;hb=832fcf965e4b64aa55ae5dbbf6b0d78e0f686dac;hp=ac945eac413527b926defcdef5e66b514465f88a;hpb=0f2f6a5e7a2f484ea54b20e5642825667c91ec7f;p=lilypond.git diff --git a/lily/include/item.hh b/lily/include/item.hh index ac945eac41..3b13ed8477 100644 --- a/lily/include/item.hh +++ b/lily/include/item.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2014 Han-Wen Nienhuys + Copyright (C) 1997--2015 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 @@ -36,8 +36,6 @@ public: Item (SCM); Item (Item const &); - static Item *unsmob (SCM); - virtual Grob *clone () const; static bool is_non_musical (Grob *);