rnd-20060819-2-src
[rocksndiamonds.git] / src / tape.c
index 9387b3a51b473f8b9eace6a001f32cd0fb46b034..e55be65dd018050a8b69dc37d275f9d684768851 100644 (file)
@@ -833,11 +833,6 @@ void TapeStop()
     DrawVideoDisplay(VIDEO_STATE_DATE_ON, tape.date);
     DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds);
   }
-
-#if 0
-  if (tape.auto_play)
-    AutoPlayTape();    /* continue automatically playing next tape */
-#endif
 }
 
 unsigned int GetTapeLength()