From d487f241801a33e0a47e486cf6a14249c76f4d3d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 26 Feb 2010 04:50:38 +0000 Subject: [PATCH] Removed reference to compatibility function --- include/SDL_surface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL_surface.h b/include/SDL_surface.h index 9a9a72e12..f72b1cd52 100644 --- a/include/SDL_surface.h +++ b/include/SDL_surface.h @@ -380,8 +380,6 @@ extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface, * 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);