Mercurial > sdl-ios-xcode
diff src/audio/macosx/SDL_coreaudio.c @ 2738:79c1bd651f04
Fixed a bunch of compile warnings on Mac OS X
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 01 Sep 2008 16:04:20 +0000 |
parents | 6359f74f3170 |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/audio/macosx/SDL_coreaudio.c Sun Aug 31 16:04:32 2008 +0000 +++ b/src/audio/macosx/SDL_coreaudio.c Mon Sep 01 16:04:20 2008 +0000 @@ -418,7 +418,6 @@ AURenderCallbackStruct callback; ComponentDescription desc; Component comp = NULL; - int use_system_device = 0; UInt32 enableIO = 0; const AudioUnitElement output_bus = 0; const AudioUnitElement input_bus = 1;