misc/openalbridge/openalbridge.c
changeset 3361 cfc6cd502f85
parent 3360 717b4e46e855
child 3362 8d3b4d19ce27
--- a/misc/openalbridge/openalbridge.c	Mon Apr 19 15:30:11 2010 +0000
+++ b/misc/openalbridge/openalbridge.c	Wed Apr 21 01:57:23 2010 +0000
@@ -40,7 +40,6 @@
         /*Initialize an OpenAL contex and allocate memory space for data and buffers*/
         ALCcontext *context;
         ALCdevice *device;
-        const ALCchar *default_device;
         
         prog = "OpenAL subsystem";
 
@@ -130,7 +129,7 @@
         
         err_msg("(%s) INFO - closed", prog);
         
-        return AL_TRUE;
+        return;
     }
     
     ALboolean openal_ready(void) {