]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
Issue 4997/1: Add Preinit class for early initialization
[lilypond.git] / lily / include / tie.hh
index 162637e514d40579cda173d06c7a23fd04491371..e92ca6194704db6fcc29c19ec73ea5f8b6d7e1a2 100644 (file)
@@ -28,7 +28,6 @@ class Tie
 {
 public:
   static void set_head (Spanner *, Direction, Grob *head);
-  DECLARE_GROB_INTERFACE ();
   static Item *head (Spanner *, Direction);
   static int get_column_rank (Spanner *, Direction);
   static int get_position (Spanner *);
@@ -38,7 +37,6 @@ public:
                                  Tie_details const &);
   static SCM get_default_control_points (Spanner *);
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
   static bool less (Grob *s1, Grob *s2);