Mercurial > sdl-ios-xcode
changeset 1538:b1f8c14f0df5
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 15 Mar 2006 03:50:34 +0000 |
parents | 60620d71e324 |
children | 84535f702874 |
files | src/audio/dummy/SDL_dummyaudio.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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));