Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.c @ 3032:77c3e67f0740
Fixed Visual C++ build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 12 Jan 2009 08:46:28 +0000 |
parents | f3dcf04412cf |
children | 62d4992e5a92 |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Mon Jan 12 08:28:17 2009 +0000 +++ b/src/audio/SDL_audio.c Mon Jan 12 08:46:28 2009 +0000 @@ -347,7 +347,6 @@ void *udata; void (SDLCALL * fill) (void *userdata, Uint8 * stream, int len); int silence; - int stream_max_len; /* For streaming when the buffer sizes don't match up */ Uint8 *istream;