author | Sam Lantinga <slouken@libsdl.org> |
Fri, 26 Feb 2010 04:50:38 +0000 | |
changeset 3709 | bf49b4a57dcf |
parent 3708 | d3f7cf8b0db0 |
child 4405 | 7828bb19af1e |
--- a/include/SDL_surface.h Fri Feb 26 03:34:10 2010 +0000 +++ b/include/SDL_surface.h Fri Feb 26 04:50:38 2010 +0000 @@ -380,8 +380,6 @@ * semantics. You can also pass ::SDL_RLEACCEL in the flags parameter and * SDL will try to RLE accelerate colorkey and alpha blits in the resulting * surface. - * - * This function is used internally by SDL_DisplayFormat(). */ extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface (SDL_Surface * src, SDL_PixelFormat * fmt, Uint32 flags);