From 2683d42fe95c59c52a9d7c334292d0a5a15c030a Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 12 Dec 2019 20:13:50 +0100 Subject: 2019-12-12 19:34:00 --- tex/generic/context/luatex/luatex-fonts-merged.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tex/generic/context/luatex') diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua index 99e077949..a9bb1cd98 100644 --- a/tex/generic/context/luatex/luatex-fonts-merged.lua +++ b/tex/generic/context/luatex/luatex-fonts-merged.lua @@ -1,6 +1,6 @@ -- merged file : c:/data/develop/context/sources/luatex-fonts-merged.lua -- parent file : c:/data/develop/context/sources/luatex-fonts.lua --- merge date : 12/12/19 13:04:40 +-- merge date : 12/12/19 19:23:52 do -- begin closure to overcome local limits and interference @@ -8768,7 +8768,6 @@ fonts.handlers=handlers local allocate=utilities.storage.allocate local setmetatableindex=table.setmetatableindex constructors.dontembed=allocate() -constructors.autocleanup=true constructors.namemode="fullpath" constructors.version=1.01 constructors.cache=containers.define("fonts","constructors",constructors.version,false) @@ -8827,11 +8826,6 @@ function constructors.getmathparameter(tfmdata,name) end end function constructors.cleanuptable(tfmdata) - if constructors.autocleanup and tfmdata.properties.virtualized then - for k,v in next,tfmdata.characters do - if v.commands then v.commands=nil end - end - end end function constructors.calculatescale(tfmdata,scaledpoints) local parameters=tfmdata.parameters -- cgit v1.2.3