Mercurial > sdl-ios-xcode
diff src/audio/SDL_sysaudio.h @ 3793:2b4795e92b62 SDL-ryan-multiple-audio-device
Removed a FIXME
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 03 Oct 2006 22:19:45 +0000 |
parents | 866c310e2cb5 |
children | 589bc3d060cd |
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h Tue Oct 03 22:17:59 2006 +0000 +++ b/src/audio/SDL_sysaudio.h Tue Oct 03 22:19:45 2006 +0000 @@ -31,7 +31,6 @@ typedef struct SDL_AudioDevice SDL_AudioDevice; #define _THIS SDL_AudioDevice *_this -/* !!! FIXME: rename these from "Audio" to "Device" ... */ typedef struct SDL_AudioDriverImpl { int (*DetectDevices)(int iscapture);