From 865a289b1eb4b1b3e4a17e449a284bf31b81efcd Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 30 Oct 2016 20:01:16 +0100 Subject: Remove outdate comments --- init.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index b49fdac..357ae86 100644 --- a/init.lua +++ b/init.lua @@ -951,8 +951,6 @@ local function gather_descs() help.longdesc["air"] = S("A transparent block, basically empty space. It is usually left behind after digging something.") end - -- NOTE: New group “not_in_doc”: Items with this group will not have entries - local add_entries = function(deftable, category_id) for id, def in pairs(deftable) do local name, ld, uh, im @@ -964,7 +962,6 @@ local function gather_descs() name = def.description end if not (name == nil or name == "" or def.groups.not_in_doc or forced_items[id] == false or def.x_doc_items_create_entry == false) or forced then - -- TODO: Document custom fields in API.md if def.x_doc_items_longdesc then ld = def.x_doc_items_longdesc end -- cgit v1.2.3