From 3e20e9cf7ea1afe3ae17a5bb2cc415a585d6055a Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 25 Oct 2000 23:30:37 +0000 Subject: [PATCH] --- source/system/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/system/main.cpp b/source/system/main.cpp index e0fec67da..c359d4610 100644 --- a/source/system/main.cpp +++ b/source/system/main.cpp @@ -89,8 +89,6 @@ s_paulScene.init(); /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ -int thing=50; -int bug=0; static int s_time = 0; void dumpDebugMem(); @@ -122,11 +120,6 @@ void MainLoop() DbgPollHost(); -#ifdef __USER_paul__ - bug=100/thing; - thing--; -#endif - #if defined(__VERSION_DEBUG__) #if defined(__DEBUG_MEM__)