]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/kpath.cc
* buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
[lilypond.git] / lily / kpath.cc
index 0a5cfc9cc317c24f58593e42c0ff51d3edd9ed46..8140f9cfbcef4ecc9b8a08029e8a50f6c81cfe25 100644 (file)
@@ -14,7 +14,7 @@
 /*
 
 The problem, as far as I can tell, is that MacOS X has its getopt
-prototype in <unistd.h>, whinole I think other operating systems have it
+prototype in <unistd.h>, while I think other operating systems have it
 in other places. <unistd.h> is included by kpathsea.h, so you end up
 renaming both conflicting prototypes to YAKLUDGE.
 
@@ -51,10 +51,7 @@ kpathsea_find_afm (char const *name)
 
   if (char *afm = kpse_find_file (name, kpse_afm_format, false))
     return afm;
-#if 0 /* Do not mutter about afms, since we try to find them first, and
-        lots of TFMs don't have AFMs. */
-  warning (_f ("kpathsea can't find %s file: `%s'", "AFM", name));
-#endif
+
 #endif
   return "";
 }