X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fhorizontal-bracket.hh;h=bfc76b7a0d4c9a33139ca7ba4e2f0dc1e49a9639;hb=9e877e5aea3fb6cf6e7873d1e8797672cda450f5;hp=3a1692fc1124b216e04c253f064263cfa27bf0e9;hpb=8cea88f78f766476cbb82cb7e53b1f6223159cb2;p=lilypond.git diff --git a/lily/include/horizontal-bracket.hh b/lily/include/horizontal-bracket.hh index 3a1692fc11..bfc76b7a0d 100644 --- a/lily/include/horizontal-bracket.hh +++ b/lily/include/horizontal-bracket.hh @@ -21,16 +21,11 @@ #define HORIZONTAL_BRACKET_HH #include "lily-proto.hh" -#include "std-vector.hh" #include "grob-interface.hh" struct Horizontal_bracket { DECLARE_SCHEME_CALLBACK (print, (SCM)); - static Stencil make_bracket (Grob *, Real, Axis, Direction); - static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint, - vector grobs, - Axis a, Direction dir); }; #endif /* HORIZONTAL_BRACKET_HH */