diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-04 12:46:38 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-04 12:46:38 +0200 | 
| commit | f70c8419d5abcc29f99ad50b8d9b20278310ff36 (patch) | |
| tree | 67b270f03bdf564fc362f6d3503dde3043cfd640 | |
| parent | 21b1fb201a2fd9f058c1fee24dbd29df1debe6f7 (diff) | |
| download | luaotfload-f70c8419d5abcc29f99ad50b8d9b20278310ff36.tar.gz | |
remove fontspec argument order workaround
| -rw-r--r-- | luaotfload-auxiliary.lua | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/luaotfload-auxiliary.lua b/luaotfload-auxiliary.lua index fde4e24..5de964d 100644 --- a/luaotfload-auxiliary.lua +++ b/luaotfload-auxiliary.lua @@ -354,16 +354,6 @@ end  aux.provides_language = provides_language ---- fontspec apparently has the arguments shuffled ----     theirs:  id -> lang   -> script -> bool ----     ours:    id -> script -> lang   -> bool ---- whereas in the other check_* functions, script is ---- always the second argument ... -aux.provides_language_fontspec = function -                          (font_id, asked_language, asked_script) -  return provides_language(font_id, asked_script, asked_language) -end -  --[[doc--  We strip the syntax elements from feature definitions (shouldn’t  actually be there in the first place, but who cares ...) | 
