]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-parser.cc
Remove tex and texstr backends (part 1).
[lilypond.git] / lily / lily-parser.cc
index 16af0c3cdf818135dc8686c97b362eed0a0e0fde..21e2946d193cc7a9533717397bfbf0a1e5cd41ec 100644 (file)
@@ -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;