X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=8f7b1a24dd0a0a9fe23bd04631ea17a88f92d757;hb=66a7c3e925cbc1a34eaad04f80d4bc42ad9834ac;hp=432cb0fd4a2be9e2e9c262bab9e6561834a57198;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index 432cb0fd4a..8f7b1a24dd 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -28,17 +28,6 @@ class Bar_line public: DECLARE_GROB_INTERFACE (); - static Stencil dashed_bar_line (Grob *me, Interval const &extent, Real thick); - static Stencil tick_bar_line (Grob *me, Real h, bool rounded); - static Stencil compound_barline (Grob *, string, Interval const &extent, - bool rounded); - static Stencil simple_barline (Grob *, Real wid, Interval const &extent, - bool rounded); - static Interval bar_y_extent (Grob *, Grob *); static bool non_empty_barline (Grob *me); - - DECLARE_SCHEME_CALLBACK (calc_bar_extent, (SCM)); - DECLARE_SCHEME_CALLBACK (print, (SCM)); - DECLARE_SCHEME_CALLBACK (calc_anchor, (SCM)); }; #endif // BAR_LINE_HH