author | Sam Lantinga |
Wed, 15 Mar 2006 03:50:34 +0000 | |
changeset 1538 | b1f8c14f0df5 |
parent 1537 | 60620d71e324 |
child 1539 | 84535f702874 |
1.1 --- a/src/audio/dummy/SDL_dummyaudio.c Tue Mar 14 19:12:49 2006 +0000 1.2 +++ b/src/audio/dummy/SDL_dummyaudio.c Wed Mar 15 03:50:34 2006 +0000 1.3 @@ -62,7 +62,6 @@ 1.4 static SDL_AudioDevice *DUMMYAUD_CreateDevice(int devindex) 1.5 { 1.6 SDL_AudioDevice *this; 1.7 - const char *envr; 1.8 1.9 /* Initialize all variables that we clean on shutdown */ 1.10 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));