diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-06 11:48:23 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-06 11:48:23 +0200 |
commit | 1bd7bd84c9a73105fce7909f14628746328ed823 (patch) | |
tree | a56ef3b7aebfabf5962470c4e5b7a70bdd692cb0 /luaotfload-override.lua | |
parent | 241b75b723615faf6be374bfe32506211a01307e (diff) | |
download | luaotfload-1bd7bd84c9a73105fce7909f14628746328ed823.tar.gz |
reduce verbosity of most db related tasks
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r-- | luaotfload-override.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua index d796b0e..863187f 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -81,12 +81,4 @@ logs.names_report = function (mode, lvl, ...) end end -if containers then - --- This will vanish as soon as Hans fixes it in data-con - --- https://github.com/lualatex/luaotfload/issues/17 - - containers.cleanname = function (name) - return (string.gsub(string.lower(name),"[^%w%d\128\255]+","-")) - end -end -- vim:tw=71:sw=4:ts=4:expandtab |