From 08b1bed38b86aee00b47843854cd9b7a2749c4f8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 10 Mar 2010 07:16:53 -0800 Subject: [PATCH] Remove a couple incorrect comments --- Alc/ALu.c | 1 - OpenAL32/alBuffer.c | 9 --------- 2 files changed, 10 deletions(-) diff --git a/Alc/ALu.c b/Alc/ALu.c index 1981333c..1e7b639a 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -958,7 +958,6 @@ another_source: increment = (ALint)(Pitch*(ALfloat)(1L<FirstStart) { for(i = 0;i < OUTPUTCHANNELS;i++) diff --git a/OpenAL32/alBuffer.c b/OpenAL32/alBuffer.c index 605e481a..f7f7bdae 100644 --- a/OpenAL32/alBuffer.c +++ b/OpenAL32/alBuffer.c @@ -38,15 +38,6 @@ static void ConvertDataRear(ALfloat *dst, const ALvoid *src, ALint origBytes, AL static void ConvertDataIMA4(ALfloat *dst, const ALvoid *src, ALint origChans, ALsizei len); /* - * AL Buffer Functions - * - * AL Buffers are shared amoung Contexts, so we store the list of generated Buffers - * as a global variable in this module. (A valid context is not required to make - * AL Buffer function calls - * - */ - -/* * Global Variables */ -- 2.11.4.GIT