summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mpdir/writefont.c
diff options
context:
space:
mode:
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;
}