X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie.hh;h=1e8db8bdb85fb590722fded7351e43448fe1e988;hb=65a0059b69385985896a24f407b3a791d33aef0f;hp=8c52dc64d6516284df0bcbd2dd04e262dc1ee827;hpb=832fcf965e4b64aa55ae5dbbf6b0d78e0f686dac;p=lilypond.git diff --git a/lily/include/semi-tie.hh b/lily/include/semi-tie.hh index 8c52dc64d6..1e8db8bdb8 100644 --- a/lily/include/semi-tie.hh +++ b/lily/include/semi-tie.hh @@ -25,16 +25,12 @@ 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 */