diff --git a/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c b/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c index 434413b00..41e5c3a32 100644 --- a/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c +++ b/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c @@ -1236,7 +1236,6 @@ static void handle_pfminfo(lua_State * L, struct pfminfo pfm) dump_intfield(L, "vlinegap", pfm.vlinegap); dump_intfield(L, "hhead_ascent", pfm.hhead_ascent); dump_intfield(L, "hhead_descent", pfm.hhead_descent); - dump_intfield(L, "hhead_descent", pfm.hhead_descent); dump_intfield(L, "os2_typoascent", pfm.os2_typoascent); dump_intfield(L, "os2_typodescent", pfm.os2_typodescent); dump_intfield(L, "os2_typolinegap", pfm.os2_typolinegap);