From 3fa19196fba43af5294c41dcb2cc62953de73c40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Bron?= Date: Tue, 20 Aug 2013 20:54:34 +0200 Subject: [PATCH] Issue 3511: removed unused header tie-column-format.hh --- lily/include/tie-column-format.hh | 48 ------------------------------- lily/semi-tie-column.cc | 1 - lily/tie-column.cc | 1 - 3 files changed, 50 deletions(-) delete mode 100644 lily/include/tie-column-format.hh diff --git a/lily/include/tie-column-format.hh b/lily/include/tie-column-format.hh deleted file mode 100644 index 8a2a16a907..0000000000 --- a/lily/include/tie-column-format.hh +++ /dev/null @@ -1,48 +0,0 @@ -/* - This file is part of LilyPond, the GNU music typesetter. - - Copyright (C) 2005--2012 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 TIE_COLUMN_FORMAT_HH -#define TIE_COLUMN_FORMAT_HH - -#include "lily-proto.hh" -#include "tie-configuration.hh" - -void set_chord_outline (Skyline *skyline, - vector bounds, - Grob *common, - Direction d); -void set_tie_config_directions (Ties_configuration *tie_configs_ptr); -void shift_small_ties (Ties_configuration *tie_configs, - Grob *staff_referencer, - Tie_details const &details); -void final_shape_adjustment (Tie_configuration &conf, - Tie_formatting_problem const &, - Grob *staff_referencer); -void -set_chord_outlines (Drul_array *skyline_drul, - vector ties, - Grob *common); - -void -set_manual_tie_configuration (Ties_configuration *tie_configs, - bool *manual_override, - SCM manual_configs - ); - -#endif /* TIE_COLUMN_FORMAT_HH */ diff --git a/lily/semi-tie-column.cc b/lily/semi-tie-column.cc index 3dc8a2b0e6..07ef344440 100644 --- a/lily/semi-tie-column.cc +++ b/lily/semi-tie-column.cc @@ -28,7 +28,6 @@ #include "staff-symbol-referencer.hh" #include "item.hh" #include "tie-formatting-problem.hh" -#include "tie-column-format.hh" ADD_INTERFACE (Semi_tie_column, "The interface for a column of l.v. (laissez vibrer) ties.", diff --git a/lily/tie-column.cc b/lily/tie-column.cc index bc14eb9bdf..7bc35584c5 100644 --- a/lily/tie-column.cc +++ b/lily/tie-column.cc @@ -29,7 +29,6 @@ #include "pointer-group-interface.hh" #include "tie.hh" #include "directional-element-interface.hh" -#include "tie-column-format.hh" #include "tie-formatting-problem.hh" #include "tie-configuration.hh" -- 2.39.5