X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flily-parser.cc;h=21e2946d193cc7a9533717397bfbf0a1e5cd41ec;hb=3863f416bea79ef29dded3b1b8a3f61419098f7a;hp=16af0c3cdf818135dc8686c97b362eed0a0e0fde;hpb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;p=lilypond.git diff --git a/lily/lily-parser.cc b/lily/lily-parser.cc index 16af0c3cdf..21e2946d19 100644 --- a/lily/lily-parser.cc +++ b/lily/lily-parser.cc @@ -22,7 +22,6 @@ #include "parser.hh" #include "score.hh" #include "sources.hh" -#include "text-metrics.hh" #include "warn.hh" #include "program-option.hh" @@ -87,9 +86,6 @@ Lily_parser::print_smob (SCM s, SCM port, scm_print_state*) void Lily_parser::parse_file (string init, string name, string out_name) { - if (get_output_backend_name () == "tex") - try_load_text_metrics (out_name); - // TODO: use $parser lexer_->set_identifier (ly_symbol2scm ("parser"), self_scm ()); output_basename_ = out_name;