From 41da7c065849894dc8dfb90f5adb5d6edef4880d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 15 Mar 2006 03:50:34 +0000 Subject: [PATCH] *** empty log message *** --- src/audio/dummy/SDL_dummyaudio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/audio/dummy/SDL_dummyaudio.c b/src/audio/dummy/SDL_dummyaudio.c index 3cb2bddeb..6e9a3f06e 100644 --- a/src/audio/dummy/SDL_dummyaudio.c +++ b/src/audio/dummy/SDL_dummyaudio.c @@ -62,7 +62,6 @@ static void DUMMYAUD_DeleteDevice(SDL_AudioDevice *device) 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));