]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/horizontal-bracket.hh
Release: bump Welcome versions.
[lilypond.git] / lily / include / horizontal-bracket.hh
index 6b020365935fa3baad5c64f105217581f0a35ed9..bfc76b7a0d4c9a33139ca7ba4e2f0dc1e49a9639 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #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<Grob *> grobs,
-                                         Axis a, Direction dir);
-  DECLARE_GROB_INTERFACE ();
 };
 
 #endif /* HORIZONTAL_BRACKET_HH */