From 05564757ba75111b854331a8e0dbdc55551314c2 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:23:40 +0000 Subject: [PATCH] lilypond-1.3.64 --- lily/include/identifier.hh | 3 --- lily/local-key-engraver.cc | 2 -- lily/lookup.cc | 2 +- lily/paper-def.cc | 6 ------ 4 files changed, 1 insertion(+), 12 deletions(-) diff --git a/lily/include/identifier.hh b/lily/include/identifier.hh index e0e4c25769..adceafb6c9 100644 --- a/lily/include/identifier.hh +++ b/lily/include/identifier.hh @@ -15,11 +15,8 @@ #include "smobs.hh" -#define DECLARE_TYPE_NAME(Class) - class Translator_group_identifier; class Music_identifier; -class Articulation_req_identifier; class Output_def_identifier; class Request_identifier; class Score_identifier; diff --git a/lily/local-key-engraver.cc b/lily/local-key-engraver.cc index 302a1a0630..58ebc975d9 100644 --- a/lily/local-key-engraver.cc +++ b/lily/local-key-engraver.cc @@ -38,7 +38,6 @@ public: // todo -> property SCM last_keysig_; - Key_engraver *key_grav_l_; Link_array mel_l_arr_; Link_array support_l_arr_; @@ -51,7 +50,6 @@ public: Local_key_engraver::Local_key_engraver() { - key_grav_l_ = 0; key_item_p_ =0; grace_align_l_ =0; last_keysig_ = SCM_EOL; diff --git a/lily/lookup.cc b/lily/lookup.cc index 56d0637936..61326091ea 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -220,7 +220,7 @@ sanitise_PS_string (String t) } /** - +TODO: move into Text_item */ Molecule Lookup::text (String style, String text, Paper_def *paper_l) diff --git a/lily/paper-def.cc b/lily/paper-def.cc index cc8bd881d6..bae8a1b395 100644 --- a/lily/paper-def.cc +++ b/lily/paper-def.cc @@ -8,22 +8,16 @@ #include -#include "all-font-metrics.hh" #include "string.hh" #include "misc.hh" #include "paper-def.hh" #include "debug.hh" #include "lookup.hh" -#include "score-engraver.hh" -#include "paper-score.hh" -#include "identifier.hh" #include "main.hh" #include "scope.hh" #include "file-results.hh" // urg? header_global_p -#include "paper-outputter.hh" #include "paper-stream.hh" - Paper_def::Paper_def () { lookup_p_tab_p_ = new map; -- 2.39.5