From 0f926eed90cfcdc329211b46e78a89088a663092 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sun, 18 Apr 2010 23:18:01 +0100 Subject: [PATCH] Remove unused header. --- lily/include/bar.hh | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 lily/include/bar.hh 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 - -- 2.11.4.GIT