diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-20 16:19:46 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-20 16:19:46 +0200 |
commit | 0d3168d8b69d8eed835ff137cb24b6f83c2a28f6 (patch) | |
tree | 4cd97b0a5b6699fd9e7255e5b5c5024cf1f2c9b8 | |
parent | 488d7fd86850691244709064777bc22113262701 (diff) | |
download | luaotfload-0d3168d8b69d8eed835ff137cb24b6f83c2a28f6.tar.gz |
As a matter of fact, there was nothing to optimize...
-rw-r--r-- | otfl-font-nms.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/otfl-font-nms.lua b/otfl-font-nms.lua index b62f5ec..e8ad626 100644 --- a/otfl-font-nms.lua +++ b/otfl-font-nms.lua @@ -243,8 +243,6 @@ font database created by the mkluatexfontdb script. --- successful lookup as this cannot be inferred from the other --- values. --- ---- TODO: this function is used also with the file lookup, it could be optimized ---- a lot for this case. --- resolve = function (_,_,specification) -- the 1st two parameters are used by ConTeXt local name = sanitize_string(specification.name) |