# HG changeset patch # User Sam Lantinga # Date 1267159838 0 # Node ID bf49b4a57dcffc682a4151325f56dec5acfdd021 # Parent d3f7cf8b0db091fb56f8fa10f0e41af4d4836d1d Removed reference to compatibility function diff -r d3f7cf8b0db0 -r bf49b4a57dcf include/SDL_surface.h --- 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);