Mercurial > sdl-ios-xcode
changeset 235:dde0af58db4b
Removed a warning
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 07 Nov 2001 17:58:41 +0000 |
parents | 1af4be6a73cd |
children | 3f09f52ac2cc |
files | src/video/dummy/SDL_nullvideo.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullvideo.c Tue Nov 06 01:48:36 2001 +0000 +++ b/src/video/dummy/SDL_nullvideo.c Wed Nov 07 17:58:41 2001 +0000 @@ -68,7 +68,6 @@ /* Hardware surface functions */ static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface); static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface); -static int DUMMY_FlipHWSurface(_THIS, SDL_Surface *surface); static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface); static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface); @@ -224,11 +223,6 @@ return; } -static int DUMMY_FlipHWSurface(_THIS, SDL_Surface *surface) -{ - return(0); -} - static void DUMMY_UpdateRects(_THIS, int numrects, SDL_Rect *rects) { /* do nothing. */