# HG changeset patch
# User Ryan C. Gordon <icculus@icculus.org>
# Date 1159913985 0
# Node ID 2b4795e92b6252f72ca31ed022378181cd2645e7
# Parent  866c310e2cb593a75ba2b54b7449982b0d002086
Removed a FIXME

diff -r 866c310e2cb5 -r 2b4795e92b62 src/audio/SDL_sysaudio.h
--- 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);