aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.cpp')
-rw-r--r--sword2/logic.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index ef6855dc35..aa5f3c7627 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -32,16 +32,6 @@
namespace Sword2 {
/**
- * Reset the script variables. If the resource is already open, this won't do
- * anything, I beleive.
- */
-
-void Logic::resetScriptVars(void) {
- _scriptVars = (uint32 *) (_vm->_resman->openResource(1) + sizeof(StandardHeader));
- _vm->_resman->closeResource(1);
-}
-
-/**
* Do one cycle of the current session.
*/