From 72b4599cd39cf2d14581ad52278a3c1bf389c1ef Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 2 Jul 2004 07:10:39 +0000 Subject: [PATCH] Remove CHECKPOINT, a disproportionate amount of time is spent in there. --- stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp index 8fd95f6f49..8d2fbf5236 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp @@ -53,7 +53,6 @@ void RageSound_Generic_Software::Mix( int16_t *buf, int frames, int64_t frameno, static SoundMixBuffer mix; - CHECKPOINT; for( unsigned i = 0; i < ARRAYSIZE(sounds); ++i ) { /* s.snd can not safely be accessed from here. */