From: Han-Wen Nienhuys Date: Fri, 17 Feb 2006 02:20:58 +0000 (+0000) Subject: (Module): remove. X-Git-Tag: release/2.7.35~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3e80ed16ccfd139d4bd95c85c17b6612e1224aa1;p=lilypond.git (Module): remove. --- 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 -