From 3e80ed16ccfd139d4bd95c85c17b6612e1224aa1 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 17 Feb 2006 02:20:58 +0000 Subject: [PATCH] (Module): remove. --- ChangeLog | 2 ++ lily/tie-column-format.cc | 23 ----------------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 lily/tie-column-format.cc diff --git a/ChangeLog b/ChangeLog index 3bb7081ea8..53b293362c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-17 Han-Wen Nienhuys + * lily/tie-column-format.cc (Module): remove. + * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness. * lily/text-spanner.cc (print): idem. diff --git a/lily/tie-column-format.cc b/lily/tie-column-format.cc deleted file mode 100644 index 7c6bcbb11b..0000000000 --- a/lily/tie-column-format.cc +++ /dev/null @@ -1,23 +0,0 @@ -/* - tie-column-format.cc -- implement formatting routines for Tie_column - - source file of the GNU LilyPond music typesetter - - (c) 2005--2006 Han-Wen Nienhuys - -*/ - -#include "stem.hh" -#include "note-head.hh" -#include "tie.hh" -#include "std-vector.hh" -#include "spanner.hh" -#include "item.hh" -#include "staff-symbol-referencer.hh" -#include "directional-element-interface.hh" -#include "rhythmic-head.hh" -#include "tie-formatting-problem.hh" -#include "tie-configuration.hh" - -#include - -- 2.39.5