summaryrefslogtreecommitdiff
path: root/lib/scpt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 17:59:12 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 18:15:22 +0200
commit4d77bc8053e1fda66f1e3f805f0a2cb74fba6201 (patch)
treef821a9683b94bfdcfaf14762372d5d096c5c6e71 /lib/scpt
parent465063bdf50bdf30b110bb2c37ab114fb68e4662 (diff)
Lua: Remove Lua help code
Diffstat (limited to 'lib/scpt')
-rw-r--r--lib/scpt/help.lua7
-rw-r--r--lib/scpt/init.lua3
2 files changed, 0 insertions, 10 deletions
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
deleted file mode 100644
index e17d1723..00000000
--- a/lib/scpt/help.lua
+++ /dev/null
@@ -1,7 +0,0 @@
--- Ingame contextual help
-
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
------------------------Here comes the definition of help-----------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
diff --git a/lib/scpt/init.lua b/lib/scpt/init.lua
index 079d064d..3be0887c 100644
--- a/lib/scpt/init.lua
+++ b/lib/scpt/init.lua
@@ -5,9 +5,6 @@
-- Load the class specific stuff
tome_dofile("player.lua")
--- Load the ingame contextual help
-tome_dofile("help.lua")
-
-- Add the mkey activations
tome_dofile("mkeys.lua")