Clean out some disused variables.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index 1b326af0d897308f2e0745d0309a19b0e529f606..233417e6d4802b25f623ed6a8877333256b8c8fc 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1035,14 +1035,7 @@ L2607:
                speak(turn_thresholds[i].message);
              }
          }
-        /* if (game.turns == game.thresh) { */
-        /*     speak(turn_threshold_messages[game.trndex]); */
-        /*     game.trnluz = game.trnluz + TRNVAL[game.trndex] / 100000; */
-        /*     ++game.trndex; */
-        /*     game.thresh = -1; */
-        /*     if (game.trndex <= TRNVLS) */
-        /*         game.thresh = MOD(TRNVAL[game.trndex], 100000) + 1; */
-        /* } */
+
         if (command.verb == SAY && WD2 > 0)
             command.verb = 0;
         if (command.verb == SAY) {