diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-26 20:43:05 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-26 20:43:05 +0100 |
commit | 238bc8d91de3413c843fc5d3c8edefcd975d9701 (patch) | |
tree | d3673e8593896ab913cf67d35b1eb4070f4b8f26 | |
parent | 2ec3fd45d2e7b0c1b304e47ef01532a848acc73e (diff) | |
download | luaotfload-238bc8d91de3413c843fc5d3c8edefcd975d9701.tar.gz |
[db] drop redundant information between passes
-rw-r--r-- | luaotfload-database.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua index dcf5c86..ea79e14 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -2578,9 +2578,7 @@ local add_family = function (name, subtable, modifier, entry) familytable [#familytable + 1] = { index = entry.index, - size = size and { size [1], size [2], size [3] }, modifier = modifier, - weight = entry.weight, } end |