From 068f23e738bb4d158c6e5986cb24ea6bddcee0eb Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Wed, 28 Nov 2007 22:38:47 +0000 Subject: MetaPost version 1.002 git-svn-id: svn://tug.org/texlive/trunk@5639 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mpdir/writefont.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Build/source/texk/web2c/mpdir/writefont.c') 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; } -- cgit v1.2.3