summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mpdir/writefont.c
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2007-11-28 22:38:47 +0000
committerTaco Hoekwater <taco@elvenkind.com>2007-11-28 22:38:47 +0000
commit068f23e738bb4d158c6e5986cb24ea6bddcee0eb (patch)
treebde51f1a1de612c002e6d9eaac407fd789ea9a1f /Build/source/texk/web2c/mpdir/writefont.c
parentefd2ea1905cc57421e4d5b3123797164601993a4 (diff)
MetaPost version 1.002
git-svn-id: svn://tug.org/texlive/trunk@5639 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mpdir/writefont.c')
-rw-r--r--Build/source/texk/web2c/mpdir/writefont.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/mpdir/writefont.c b/Build/source/texk/web2c/mpdir/writefont.c
index e88b4dbab7d..899b42b54a2 100644
--- a/Build/source/texk/web2c/mpdir/writefont.c
+++ b/Build/source/texk/web2c/mpdir/writefont.c
@@ -184,17 +184,6 @@ void mpfontencodings (int lastfnum, int encodings_only) {
if (encodings_only || (!is_subsetted (fm))) {
e = fm->encoding;
write_enc (NULL, e, 0);
- }
- }
- }
- }
- }
- for (f=nullfont+1;f<=lastfnum;f++) {
- if (fontsizes[f]!=0 && hasfmentry (f)) {
- fm = (fm_entry *) mpfontmap[f];
- if (fm != NULL && (fm->ps_name != NULL)) {
- if (is_reencoded (fm)) {
- if (encodings_only || (!is_subsetted (fm))) {
/* clear for next run */
e->objnum = 0;
}