From 3148f2daea1ae0ac185ee7a40ecc5e7ad54a0566 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Thu, 7 Nov 2002 00:30:52 +0000 Subject: Do not commit useless debug code svn-id: r5452 --- backends/wince/pocketpc.cpp | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'backends/wince') diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp index fc011b8afa..b987138df8 100644 --- a/backends/wince/pocketpc.cpp +++ b/backends/wince/pocketpc.cpp @@ -1818,36 +1818,10 @@ bool OSystem_WINCE3::poll_event(Event *event) { return false; } -//#define MAX_DEBUG_SOUND 10 - void own_soundProc(void *buffer, byte *samples, int len) { -/* - static int debug_sound_counter = 0; - - static FILE *debug_sound = NULL; -*/ - (*real_soundproc)(buffer, samples, len); -/* - if (debug_sound_counter < MAX_DEBUG_SOUND) { - int i; - - for (i=0; i