summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-06-07 07:51:42 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-06-07 07:52:34 +0200
commit8218c0b56e7e175a3ed931300766950491d9e719 (patch)
tree65b3959471e7eb45d5ad8c2124cf69d34d70032a
parent1354f05f0ff1ca157d2976721b29341ba1c4598a (diff)
downloadluaotfload-8218c0b56e7e175a3ed931300766950491d9e719.tar.gz
[conf] fix malformed file
This was introduced with commit 67ad1263d032 during a code removal frenzy. Many thanks to @grizzilus for pointing that one out: https://github.com/phi-gamma/luaotfload/commit/67ad1263d0328fc74928a9a1d06ea9aa0ee9a116#commitcomment-17726875
-rw-r--r--src/luaotfload-configuration.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua
index 3ac5c1e..c707b63 100644
--- a/src/luaotfload-configuration.lua
+++ b/src/luaotfload-configuration.lua
@@ -389,7 +389,6 @@ local set_fontforge = function ()
if use_ff == true then
logreport ("both", 0, "db",
"Fontforge loader was requested but not supported anymore.")
- end
end
return true
end