Mercurial > sdl-ios-xcode
diff src/audio/dummy/SDL_dummyaudio.c @ 1538:b1f8c14f0df5
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 15 Mar 2006 03:50:34 +0000 |
parents | 60620d71e324 |
children | 782fd950bd46 c121d94672cb a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/audio/dummy/SDL_dummyaudio.c Tue Mar 14 19:12:49 2006 +0000 +++ b/src/audio/dummy/SDL_dummyaudio.c Wed Mar 15 03:50:34 2006 +0000 @@ -62,7 +62,6 @@ static SDL_AudioDevice *DUMMYAUD_CreateDevice(int devindex) { SDL_AudioDevice *this; - const char *envr; /* Initialize all variables that we clean on shutdown */ this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));