summaryrefslogtreecommitdiff
path: root/lib/mods/theme/scpt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 17:22:52 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 17:22:52 +0200
commit45f32f85eecbdaca1108542adc9733e9b633d9e5 (patch)
tree0fdaa1848e5ebc44bd4d86694369db7b7f0708d1 /lib/mods/theme/scpt
parentcbe5a2de1592e402808e962de8d346829aa5aba4 (diff)
Lua: Remove dead help code
Diffstat (limited to 'lib/mods/theme/scpt')
-rw-r--r--lib/mods/theme/scpt/help.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/mods/theme/scpt/help.lua b/lib/mods/theme/scpt/help.lua
index 9d53ba40..6a153933 100644
--- a/lib/mods/theme/scpt/help.lua
+++ b/lib/mods/theme/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,
-}