summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/ttf2tfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttf2pk2/ttf2tfm.c')
-rw-r--r--Build/source/texk/ttf2pk2/ttf2tfm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Build/source/texk/ttf2pk2/ttf2tfm.c b/Build/source/texk/ttf2pk2/ttf2tfm.c
index fa490a443bb..cd25941f137 100644
--- a/Build/source/texk/ttf2pk2/ttf2tfm.c
+++ b/Build/source/texk/ttf2pk2/ttf2tfm.c
@@ -364,16 +364,10 @@ handle_options(int argc, char *argv[], Font *fnt)
if (!quiet)
printf("This is %s\n", ident);
-#if defined(MSDOS) || defined(OS2) || defined(ATARIST)
/* Make VPL file identical to that created under Unix */
fnt->titlebuf = (char *)mymalloc(strlen(progname) + strlen(argv[1]) +
1 + 1);
sprintf(fnt->titlebuf, "%s %s", progname, argv[1]);
-#else
- fnt->titlebuf = (char *)mymalloc(strlen(argv[0]) + strlen(argv[1]) +
- 1 + 1);
- sprintf(fnt->titlebuf, "%s %s", argv[0], argv[1]);
-#endif
/*