summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d30501b1..db9b6ae7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -106,14 +106,10 @@ void initialize()
// Initialize scripting subsystem
#ifdef SCRIPT_SUPPORT
-
logger->log("Script Language %s", scriptLanguage.c_str());
if (scriptLanguage == "squirrel")
- {
script = new ScriptSquirrel("main.nut");
- script->init();
- }
#endif
}