X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie.hh;h=e92ca6194704db6fcc29c19ec73ea5f8b6d7e1a2;hb=0943e805fa82ebeb1d1ed32e675070467e340c39;hp=162637e514d40579cda173d06c7a23fd04491371;hpb=0a34e892b31530e87380bffaac0bb9cf9a1c8a91;p=lilypond.git diff --git a/lily/include/tie.hh b/lily/include/tie.hh index 162637e514..e92ca61947 100644 --- a/lily/include/tie.hh +++ b/lily/include/tie.hh @@ -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);