summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 20:43:18 +0100
committerWuzzy <almikes@aol.com>2016-12-12 20:43:18 +0100
commitf9b8a736c6597ba5b279ff60f2bee40544ba625e (patch)
tree3f6a04ea633c1c5b9c77bda2dcfa4648808c4dd5 /init.lua
parent705fb681b8a6960adaf9065e3ad4c71ed90055fa (diff)
Remove legacy table
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.lua b/init.lua
index f9059ee..2ca7f26 100644
--- a/init.lua
+++ b/init.lua
@@ -904,7 +904,6 @@ doc.new_category("craftitems", {
doc.sub.items.help = {}
doc.sub.items.help.longdesc = {}
doc.sub.items.help.usagehelp = {}
-doc.sub.items.help.image = {}
-- Register group definition stuff
-- More (user-)friendly group names to replace the rather technical names
@@ -984,9 +983,6 @@ local function gather_descs()
if def._doc_items_image then
im = def._doc_items_image
end
- if help.image[id] ~= nil then
- im = help.image[id]
- end
local hidden
if id == "air" then hidden = false end
if type(def._doc_items_hidden) == "boolean" then