]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3511: removed unused header tie-column-format.hh
authorFrédéric Bron <frederic.bron@m4x.org>
Tue, 20 Aug 2013 18:54:34 +0000 (20:54 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 3 Sep 2013 21:34:00 +0000 (23:34 +0200)
lily/include/tie-column-format.hh [deleted file]
lily/semi-tie-column.cc
lily/tie-column.cc

diff --git a/lily/include/tie-column-format.hh b/lily/include/tie-column-format.hh
deleted file mode 100644 (file)
index 8a2a16a..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
-  This file is part of LilyPond, the GNU music typesetter.
-
-  Copyright (C) 2005--2012 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
-  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 <http://www.gnu.org/licenses/>.
-*/
-
-#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<Item *> 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> *skyline_drul,
-                    vector<Grob *> ties,
-                    Grob *common);
-
-void
-set_manual_tie_configuration (Ties_configuration *tie_configs,
-                              bool *manual_override,
-                              SCM manual_configs
-                             );
-
-#endif /* TIE_COLUMN_FORMAT_HH */
index 3dc8a2b0e6f97b3c2844155f9020c5ede6d64b8b..07ef344440aef7efe046d9d04a514a701bd7d6ad 100644 (file)
@@ -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.",
index bc14eb9bdf7ea04ffd8b38832bf5e02076bedb7c..7bc35584c571c43772ae62089cd2304cc23c0f32 100644 (file)
@@ -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"