X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie.hh;h=97a3dcbe04cf3b98ba218c75b8a4e6e05cf5abb7;hb=3c0ea5216f264fc98fd15017697454a01ae21299;hp=6eb6472e712c439bdf97a41a07f906feb9f38fff;hpb=0694f44d61203d9e8d26cd9bc83b46f2addb2c7f;p=lilypond.git diff --git a/lily/include/semi-tie.hh b/lily/include/semi-tie.hh index 6eb6472e71..97a3dcbe04 100644 --- a/lily/include/semi-tie.hh +++ b/lily/include/semi-tie.hh @@ -27,15 +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 *const &s1, - Grob *const &s2); + 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 */