]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
Imported Upstream version 2.19.45
[lilypond.git] / lily / include / stem.hh
index 101c00341af9eb48929dcc1dd258832de9d383c2..7c4612552a13d6c3ea34545b2ff35ef69fae1890 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2012 Han-Wen Nienhuys
+  Copyright (C) 1996--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
@@ -58,7 +58,6 @@ public:
   static Real internal_calc_stem_end_position (Grob *, bool);
   static Real internal_calc_stem_begin_position (Grob *, bool);
 
-  DECLARE_GROB_INTERFACE ();
   static void set_spacing_hints (Grob *);
   static Grob *flag (Grob *);
 
@@ -66,7 +65,6 @@ public:
   DECLARE_SCHEME_CALLBACK (calc_default_direction, (SCM));
   DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element));
   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
-  DECLARE_SCHEME_CALLBACK (calc_beaming, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_length, (SCM));
   DECLARE_SCHEME_CALLBACK (pure_calc_length, (SCM, SCM, SCM));
   DECLARE_SCHEME_CALLBACK (calc_stem_begin_position, (SCM));