]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
Issue 4503 (1/4) Clean up Tie::less and Semi_Tie::less
[lilypond.git] / lily / include / item.hh
index ac945eac413527b926defcdef5e66b514465f88a..3b13ed8477b804e6a108f5e93e88a345e8a3a5a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 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
@@ -36,8 +36,6 @@ public:
   Item (SCM);
   Item (Item const &);
 
-  static Item *unsmob (SCM);
-
   virtual Grob *clone () const;
 
   static bool is_non_musical (Grob *);