changeset 4863:cfe6336d7e60

Fixed obsolete documentation
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Aug 2010 15:34:28 -0700
parents 7b1d35d98294
children ebcb4988b16f
files include/SDL.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL.h	Sun Aug 22 13:45:56 2010 -0700
+++ b/include/SDL.h	Sun Aug 22 15:34:28 2010 -0700
@@ -121,8 +121,7 @@
 /*@}*/
 
 /**
- *  This function loads the SDL dynamically linked library and initializes 
- *  the subsystems specified by \c flags (and those satisfying dependencies).
+ *  This function initializes  the subsystems specified by \c flags
  *  Unless the ::SDL_INIT_NOPARACHUTE flag is set, it will install cleanup
  *  signal handlers for some commonly ignored fatal signals (like SIGSEGV).
  */