diff options
Diffstat (limited to 'otfl-font-def.lua')
| -rw-r--r-- | otfl-font-def.lua | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/otfl-font-def.lua b/otfl-font-def.lua index 5f79170..10958cf 100644 --- a/otfl-font-def.lua +++ b/otfl-font-def.lua @@ -214,17 +214,6 @@ function definers.resolve(specification)      else          specification.forced = specification.forced      end -    -- for the moment here (goodies set outside features) -    local goodies = specification.goodies -    if goodies and goodies ~= "" then -        local normal = specification.features.normal -        if not normal then -            specification.features.normal = { goodies = goodies } -        elseif not normal.goodies then -            normal.goodies = goodies -        end -    end -    --      specification.hash = lower(specification.name .. ' @ ' .. constructors.hashfeatures(specification))      if specification.sub and specification.sub ~= "" then          specification.hash = specification.sub .. ' @ ' .. specification.hash | 
