diff options
author | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-01 00:33:48 +0000 |
---|---|---|
committer | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-01 00:33:48 +0000 |
commit | 7abb6fea6400c9741b6a208817c7ca17ed4be4fc (patch) | |
tree | f1266ea5bb4e330467b387540e27040daa2c11a3 | |
parent | 79f2eae449bcd280be2af08427fcb80d0f3bb8ab (diff) | |
download | ioquake3-aero-7abb6fea6400c9741b6a208817c7ca17ed4be4fc.tar.gz ioquake3-aero-7abb6fea6400c9741b6a208817c7ca17ed4be4fc.zip |
Removed some FIXMEs
git-svn-id: svn://svn.icculus.org/quake3/trunk@57 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | code/unix/sdl_glimp.c | 2 | ||||
-rw-r--r-- | code/unix/sdl_snd.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c index 5c1c9a3..bea2a29 100644 --- a/code/unix/sdl_glimp.c +++ b/code/unix/sdl_glimp.c @@ -19,8 +19,6 @@ * * You should define USE_SDL=1 and then add this to the makefile. * USE_SDL will disable the X11 target. - * - * !!! FIXME: linux_glimp_sdl.c isn't really "linux" specific. */ /* diff --git a/code/unix/sdl_snd.c b/code/unix/sdl_snd.c index 66e32bc..2520a79 100644 --- a/code/unix/sdl_snd.c +++ b/code/unix/sdl_snd.c @@ -23,8 +23,6 @@ * * You should define USE_SDL=1 and then add this to the makefile. * USE_SDL will disable the Open Sound System target. - * - * !!! FIXME: linux_snd_sdl.c isn't really "linux" specific. */ /* |