diff options
-rw-r--r-- | Alc/portaudio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/portaudio.c b/Alc/portaudio.c index 8281da17..a06aa4dc 100644 --- a/Alc/portaudio.c +++ b/Alc/portaudio.c @@ -92,7 +92,6 @@ void *pa_load(void) } while(0) #else - str = NULL; pa_handle = (void*)0xDEADBEEF; #define LOAD_FUNC(f) p##f = f #endif |