From 6a2df3f25e05f6a30c4789bd2c2daed999617784 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 12 Jul 2014 21:34:45 +0200 Subject: [conf] strip unused configuration variable What the hell was that for? --- src/luaotfload-configuration.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/luaotfload-configuration.lua') diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua index 3522bef..69f4069 100644 --- a/src/luaotfload-configuration.lua +++ b/src/luaotfload-configuration.lua @@ -107,7 +107,6 @@ local valid_formats = tabletohash { local default_config = { db = { formats = "otf,ttf,ttc,dfont", - reload = false, scan_local = false, skip_read = false, strip = true, @@ -300,7 +299,6 @@ local option_spec = { return tableconcat (result, ",") end }, - reload = { in_t = boolean_t, }, scan_local = { in_t = boolean_t, }, skip_read = { in_t = boolean_t, }, strip = { in_t = boolean_t, }, -- cgit v1.2.3