]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/semi-tie.hh
Issue 4503 (4/4) Semi_tie cleanup
[lilypond.git] / lily / include / semi-tie.hh
index 8c52dc64d6516284df0bcbd2dd04e262dc1ee827..97a3dcbe04cf3b98ba218c75b8a4e6e05cf5abb7 100644 (file)
@@ -27,14 +27,11 @@ struct Semi_tie
 {
   DECLARE_GROB_INTERFACE ();
 
-  DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
   static bool less (Grob *s1, Grob *s2);
   static int get_column_rank (Item *);
   static int get_position (Item *);
   static Item *head (Item *);
-  // return the head if it is present on the given side
-  static Item *head (Item *, Direction d);
 };
 
 #endif /* SEMI_TIE_HH */