Mercurial > sdl-ios-xcode
changeset 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 | db24e43972ac |
files | src/audio/SDL_sysaudio.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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);