]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
release: 1.0.15
[lilypond.git] / lily / main.cc
index 24278fb5770fa75da6abc2f53f38987918a5fe31..33df5a1c83840b46686a2c2b62abae9da944831b 100644 (file)
@@ -21,8 +21,6 @@
 #include "config.hh"
 #include "file-results.hh"
 #include "debug.hh"
-#include "ps-def.hh"
-#include "tex-def.hh"
 #include "ps-lookup.hh"
 #include "tex-lookup.hh"
 
@@ -43,10 +41,6 @@ Ps_lookup ps_lookup;
 Tex_lookup tex_lookup;
 Lookup* global_lookup_l = &tex_lookup;
 
-Ps_def ps_def;
-Tex_def tex_def;
-Paper_def* global_paper_l = &tex_def;
-
 bool experimental_features_global_b = false;
 bool dependency_global_b = false;
 
@@ -247,7 +241,6 @@ main (int argc, char **argv)
        case 't':
          experimental_features_global_b = true;
          global_lookup_l = &ps_lookup;
-         global_paper_l = &ps_def;
          break;
        case 'o':
          outname_str = oparser.optional_argument_ch_C_;