summaryrefslogtreecommitdiff
path: root/otfl-font-def.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2012-02-26 17:47:33 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2012-02-26 17:47:33 +0200
commit44edf674bc30f87263c01103774d60400b8b3915 (patch)
treeaa1b3c00b87c828c0e364ac21657791c13406861 /otfl-font-def.lua
parent304e36323def6d2ae7abc75abf50cd16605a78ee (diff)
downloadluaotfload-44edf674bc30f87263c01103774d60400b8b3915.tar.gz
Sync with context beta 2012.02.21 14:02
Diffstat (limited to 'otfl-font-def.lua')
-rw-r--r--otfl-font-def.lua11
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