From 45f32f85eecbdaca1108542adc9733e9b633d9e5 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 9 Jun 2012 17:22:52 +0200 Subject: Lua: Remove dead help code --- lib/scpt/help.lua | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'lib/scpt/help.lua') diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua index 9d53ba40..6a153933 100644 --- a/lib/scpt/help.lua +++ b/lib/scpt/help.lua @@ -15,19 +15,3 @@ ingame_help "This can lead to quests. You can also give items to 'monsters' with the y key.", } } - -ingame_help -{ - ["no_test"] = TRUE, - ["callback"] = "select_context", - ["fct"] = function(typ, name) - -- list of files for classes, { filename, anchor } - local t = - { - } - - if t[typ][name] then ingame_help_doc(t[typ][name][1], t[typ][name][2]) - else ingame_help_doc("help.hlp", 0) - end - end, -} -- cgit v1.2.3