Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed reference to compatibility function
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 26, 2010
1 parent 3954857 commit d487f24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/SDL_surface.h
Expand Up @@ -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);
Expand Down

0 comments on commit d487f24

Please sign in to comment.