From 7f41d3f860e6ff08a1e4ef9aed1917e3a1a58e78 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 22 Aug 2010 15:34:28 -0700 Subject: [PATCH] Fixed obsolete documentation --- include/SDL.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL.h b/include/SDL.h index 2f009cf9c..0f4eb35b0 100644 --- a/include/SDL.h +++ b/include/SDL.h @@ -121,8 +121,7 @@ extern "C" { /*@}*/ /** - * 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). */