aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword2/logic.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index 325d9a52e2..df3d3fbd69 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -58,10 +58,6 @@ int logic::Process_session(void) { // Tony6June96 (first run 21Oct96)
// point to first object in list
pc = 0;
- static uint32 cycle = 1;
-
- // Zdebug("\n CYCLE %d", cycle);
-
// by minusing the pc we can cause an immediate cessation of logic
// processing on the current list