changeset 26605:c75d2f3cf4eb

Remove a comment that makes no longer sense (since quite some time actually)
author reimar
date Thu, 01 May 2008 16:59:37 +0000
parents 9946e4a6e457
children 921d501d924b
files libao2/ao_pcm.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_pcm.c	Thu May 01 16:58:52 2008 +0000
+++ b/libao2/ao_pcm.c	Thu May 01 16:59:37 2008 +0000
@@ -86,10 +86,6 @@
 	    strdup(ao_pcm_waveheader?"audiodump.wav":"audiodump.pcm");
 	}
 
-	/* bits is only equal to format if (format == 8) or (format == 16);
-	   this means that the following "if" is a kludge and should
-	   really be a switch to be correct in all cases */
-
 	bits=8;
 	switch(format){
 	case AF_FORMAT_S32_BE: