From: Neil Puttock Date: Sun, 18 Apr 2010 22:18:01 +0000 (+0100) Subject: Remove unused header. X-Git-Tag: release/2.13.19-1~2^2~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0f926eed90cfcdc329211b46e78a89088a663092;p=lilypond.git Remove unused header. --- diff --git a/lily/include/bar.hh b/lily/include/bar.hh deleted file mode 100644 index 8fbe6797df..0000000000 --- a/lily/include/bar.hh +++ /dev/null @@ -1,41 +0,0 @@ -/* - This file is part of LilyPond, the GNU music typesetter. - - Copyright (C) 1996--2010 Han-Wen Nienhuys - - LilyPond is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LilyPond is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with LilyPond. If not, see . -*/ - -#ifndef BAR_HH -#define BAR_HH - -#include "lily-proto.hh" -#include "grob-interface.hh" - -/** - A vertical bar. -*/ -class Bar -{ -public: - DECLARE_GROB_INTERFACE(); - - static Stencil compound_barline (Grob *, string, Real height); - static Stencil simple_barline (Grob *, Real wid, Real height); - DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM)); - DECLARE_SCHEME_CALLBACK (print, (SCM)); - DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM)); -}; -#endif // BAR_HH -