summaryrefslogtreecommitdiff
path: root/src/scripting/luascript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/luascript.h')
-rw-r--r--src/scripting/luascript.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/scripting/luascript.h b/src/scripting/luascript.h
index b9bde2d8..0d59703c 100644
--- a/src/scripting/luascript.h
+++ b/src/scripting/luascript.h
@@ -31,7 +31,7 @@ extern "C" {
/**
* Implementation of the Script class for Lua.
*/
-class LuaScript: public Script
+class LuaScript : public Script
{
public:
/**
@@ -66,13 +66,6 @@ class LuaScript: public Script
void processRemoveEvent(Thing *thing);
- /**
- * Loads the global event script file
- */
- static bool loadGlobalEventScript(const std::string &file);
- static bool loadSpecialActionsScript(const std::string &file);
- static bool loadCraftScript(const std::string &file);
-
private:
lua_State *mState;
int nbArgs;