diff options
Diffstat (limited to 'src/client/snd_openal.c')
-rw-r--r-- | src/client/snd_openal.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/snd_openal.c b/src/client/snd_openal.c index d8ad48c8..0bda7a1a 100644 --- a/src/client/snd_openal.c +++ b/src/client/snd_openal.c @@ -1843,13 +1843,6 @@ void S_AL_Shutdown( void ) S_AL_SrcShutdown( ); S_AL_BufferShutdown( ); - // Check for Linux shutdown race condition - // FIXME: this will probably not be necessary once OpenAL CVS - // from 11/11/05 is released and prevelant - if( Q_stricmp((const char*)qalGetString( AL_VENDOR ), "J. Valenzuela" ) ) { - qalcMakeContextCurrent( NULL ); - } - qalcDestroyContext(alContext); qalcCloseDevice(alDevice); |