aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/interface.cpp')
-rw-r--r--saga/interface.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp
index a0f8f7ad27..395d3a6120 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -67,11 +67,6 @@ Interface::Interface(SagaEngine *vm) : _vm(vm), _initialized(false) {
return;
}
- _iThread = _vm->_script->createThread();
- if (_iThread == NULL) {
- error("Interface::Interface(): Error creating script thread for game interface module");
- }
-
// Load interface module resource file context
_interfaceContext = _vm->getFileContext(GAME_RESOURCEFILE, 0);
if (_interfaceContext == NULL) {