# HG changeset patch # User Sam Lantinga # Date 1142394634 0 # Node ID b1f8c14f0df50aa16903ed6039ec32da5f18722d # Parent 60620d71e324414cc068ce8d8e4ccf18d4fa7e66 *** empty log message *** diff -r 60620d71e324 -r b1f8c14f0df5 src/audio/dummy/SDL_dummyaudio.c --- 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));