diff options
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r-- | OpenAL32/alSource.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index de85451c..205a1c46 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -2137,11 +2137,6 @@ static ALint GetByteOffset(ALsource *pSource) ALvoid ReleaseALSources(ALCcontext *Context) { -#ifdef _DEBUG - if(Context->SourceCount > 0) - AL_PRINT("alcDestroyContext(): deleting %d Source(s)\n", Context->SourceCount); -#endif - while(Context->Source) { ALsource *temp = Context->Source; |