]> git.donarmstrong.com Git - lilypond.git/blobdiff - ttftool/ttfps.c
*** empty log message ***
[lilypond.git] / ttftool / ttfps.c
index 143af5e6a7edf64a70e7f16fcc5d2ef4ea687828..88c6cff93f15d77040fff825d22eb10c6e74478c 100644 (file)
@@ -17,7 +17,6 @@ void
 create_type42 (const char *infile, FILE * out)
 {
   int fd, i;
-  FILE *afm = NULL;
   struct OffsetTable ot;
   struct HeadTable *ht;
   struct PostTable *pt;
@@ -117,14 +116,6 @@ create_type42 (const char *infile, FILE * out)
     fprintf (stderr, "Generating PS file\n");
   printPSFont (out, ht, strings, nglyphs, postType, pt, gnt, fd);
   fclose (out);
-  if (afm)
-    {
-      if (verbosity >= 1)
-       fprintf (stderr, "Generating AFM file\n");
-      printAFM (afm, ht, strings, nglyphs, postType, pt, gnt,
-               bbox, hhea, hmtx, nkern, nke, ke);
-      fclose (afm);
-    }
   if (verbosity >= 1)
     fprintf (stderr, "Done.\n");
   close (fd);