From 06f5cd151cc672fabe08dfe7e35afd1f8eb26bad Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sat, 6 Apr 2013 09:11:06 -0400 Subject: [PATCH] Forgot to take out the Audio TODO. Not my morning, is it? --- src/SDL2.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/SDL2.cs b/src/SDL2.cs index c831109..4cf63e0 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -3639,10 +3639,6 @@ namespace SDL2 #endregion #region SDL_audio.h - - /* TODO: Audio: - * http://wiki.libsdl.org/moin.fcg/APIByCategory#Audio - */ /* FIXME: Boy, I really wish I could typedef ushort SDL_AudioFormat! */ /* FIXME: Boy, I really wish I could typedef uint SDL_AudioDeviceID! */