]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/semi-tie.hh
Issue 4906/3: ADD_ACKNOWLEDGER/LISTENER_FOR
[lilypond.git] / lily / include / semi-tie.hh
index d56caf7e32c578f31600c5a71c88b2d628a7ae82..1e8db8bdb85fb590722fded7351e43448fe1e988 100644 (file)
 
 struct Semi_tie
 {
-  DECLARE_GROB_INTERFACE ();
 
   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 */