]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
* make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
[lilypond.git] / lily / main.cc
index 291a9c8cc9ddaedcbe9d43d7d1ed048dfe952c5e..899c9bf2414e07916a70394aa90e47dfa073ba32 100644 (file)
@@ -5,7 +5,7 @@
 
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
-
 #include "main.hh"
 
 #include <cassert>
@@ -51,6 +51,7 @@ String init_name_global;
 */
 String output_backend_global = "ps";
 String output_format_global = "pdf";
+
 bool is_pango_format_global;
 bool is_TeX_format_global;
 
@@ -240,13 +241,6 @@ setup_paths ()
     {
       String path = prefix_directory + to_string ('/') + String (*s);
       global_path.prepend (path);
-       
-#if !KPATHSEA
-       /* Urg: GNU make's $ (word) index starts at 1 */
-       int i  = 1;
-       while (global_path.try_append (path + to_string (".") + to_string (i)))
-         i++;
-#endif
     }
 }