diff options
author | Sam Lantinga <slouken@libsdl.org> | 2010-02-26 04:50:38 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2010-02-26 04:50:38 +0000 |
commit | 103ca4c191aea6e011ceffef624deb5c8173d056 (patch) | |
tree | b5b3ebe96e9dca8bb0da04e9868856f0411f6316 /include | |
parent | d56347edfbdcea3960ad23871af91dd9d687fc07 (diff) |
Removed reference to compatibility function
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404470
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_surface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/SDL_surface.h b/include/SDL_surface.h index 9a9a72e1..f72b1cd5 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); |