Removed a warning
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40236
This commit is contained in:
parent
8254d92a49
commit
2a641b7882
1 changed files with 0 additions and 6 deletions
|
@ -68,7 +68,6 @@ static void DUMMY_VideoQuit(_THIS);
|
|||
/* 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 @@ static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface)
|
|||
return;
|
||||
}
|
||||
|
||||
static int DUMMY_FlipHWSurface(_THIS, SDL_Surface *surface)
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
|
||||
static void DUMMY_UpdateRects(_THIS, int numrects, SDL_Rect *rects)
|
||||
{
|
||||
/* do nothing. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue