diff include/SDL_surface.h @ 3026:69ab1117dd3b

Reverted SDL_LoadICO_RW() addition, this should go in SDL_image
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jan 2009 06:21:34 +0000
parents 1a08749aebce
children 7be21a78777e
line wrap: on
line diff
--- a/include/SDL_surface.h	Mon Jan 12 06:19:05 2009 +0000
+++ b/include/SDL_surface.h	Mon Jan 12 06:21:34 2009 +0000
@@ -157,12 +157,6 @@
 extern DECLSPEC SDL_Surface *SDLCALL SDL_LoadBMP_RW(SDL_RWops * src,
                                                     int freesrc);
 
-/* 
- * Load Icon best quality icon from ICO file and return as RGBA surface 
- */
-extern DECLSPEC SDL_Surface *SDLCALL SDL_LoadICO_RW(SDL_RWops * src,
-                                                    int freesrc);
-
 /* Convenience macro -- load a surface from a file */
 #define SDL_LoadBMP(file)	SDL_LoadBMP_RW(SDL_RWFromFile(file, "rb"), 1)