diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-06-09 22:55:21 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-06-09 22:55:21 +0200 |
commit | a7a45c7bdb89d3ca81ea5924cdf58d1b33ee45e8 (patch) | |
tree | dcf9fff017725d94c5bc47df2610e24fdba16ffb /src/luaotfload-parsers.lua | |
parent | 335f0d5013de2bb7052b2afb3a6cee3d6c6d18f5 (diff) | |
download | luaotfload-a7a45c7bdb89d3ca81ea5924cdf58d1b33ee45e8.tar.gz |
parsers: remove obsolete comment
Diffstat (limited to 'src/luaotfload-parsers.lua')
-rw-r--r-- | src/luaotfload-parsers.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua index 73be67a..180adac 100644 --- a/src/luaotfload-parsers.lua +++ b/src/luaotfload-parsers.lua @@ -311,9 +311,6 @@ read_fonts_conf_indeed = function (start, home, xdg_config_home, so we don’t have to repeat that over and over again as with the old parser. Now they’re just passed on to every call of read_fonts_conf_indeed(). - - read_fonts_conf() is also the only reference visible outside - the closure. --doc]]-- --- list -> (string -> function option -> string list) -> list |